//<SCRIPT LANGUAGE="JAVASCRIPT">

//<!--  hide      

function OpenURL(URL) {  

  
setup ='toolbar=no,location=no,directories=no,status=no,menubar=no,width=500,height=400'
setup += ',scrollbars=yes,resizable=yes'
pop = window.open (URL,"pop",setup)

}

//<script language="JavaScript">
//<!--

var putItHere = null;

function topLeft(locate) {
  putItHere = window.open(locate,'posA','width=490,height=230,top=40,left=40');
}

function blowOut() {
  if (putItHere != null && putItHere.open) putItHere.close();
}
window.onfocus=blowOut;

// --></script>

// -->
//</SCRIPT>

