<!-- Begin
//function popUp(url) {
//sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,statusbar=1,menubar=0,scrollbars=1,resizable=1,width=500,height=450');
//self.name = "mainWin";
//}

function popup( url, w, h ){
	window.open(url,"",'height='+h+',width='+w+',toolbar=0,location=0,directories=0,status=no,menubar=0,scrollbars=0,resizable=0');
}

function targetopener(mylink, closeme, closeonly) {
if (! (window.focus && window.opener))return true;
window.opener.focus();
if (! closeonly)window.opener.location.href=mylink.href;
if (closeme)window.close();
return false;
}

// End -->
