// Open Window Scripts
function myOpen(theURL) {
  window.open(theURL,"NewWindow","height=400,width=400,top=20,left=320,scrollbars=no,location=no"+
   ",directories=no,status=no,menubar=no,toolbar=no,resizable=yes");
}
function OpenL(OpenURL) {
 	window.open(OpenURL, "L","status=no,toolbar=no,location=no,menu=no,width=150,height=75, top=120,left=120, scrollbars=no");
}
function OpenR(OpenURL) {
 	window.open(OpenURL, "R","status=no,toolbar=no,location=no,menu=no,width=150,height=75, top=220,left=120, scrollbars=no");
}


