

function openWin( url, w, h )
{
	wo=window.open(url,"popup","scrollbars=no,resizable=yes,width="+w+",height="+h);
	wo.focus();
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
