function _NewWindow(url) 
{
  if (url != ''){
	w=window.open(url, 'window',"top=0,left=0,width=630,height=530,scrollbars=yes");
	w.focus();
  }
}
function _NewWindow1(url) 
{
  if (url != ''){
	w1=window.open(url, 'window1',"top=0,left=0,width=700,height=590,scrollbars=yes");
	w1.focus();
  }
}
function _NewWindow2(url) 
{
  if (url != ''){
	w2=window.open(url, 'window',"top=0,left=0,width=480,height=540,scrollbars=yes");
	w2.focus();
  }
}

function _NewWindow3(url) 
{
  if (url != ''){
	w1=window.open(url, 'window1',"top=0,left=0,width=600,height=650,scrollbars=yes");
	w1.focus();
  }
}

function _NewWindow4(url) 
{
  if (url != ''){
	w1=window.open(url, 'window1',"top=0,left=0,width=735,height=690,scrollbars=yes");
	w1.focus();
  }
}

function _NewWindow5(url) 
{
  if (url != ''){
	w1=window.open(url, 'window1',"top=0,left=0,width=755,height=720,scrollbars=yes");
	w1.focus();
  }
}

function closeWin(){
	window.close();
}