// JavaScript Document
<!-- 
function newwin (n,h,w) { var newwin = window.open(eval("n"), 
'IndexPage','height='+h+',width='+w+',left=0,top=0,directories=no,location=no,menubar=no,scrollbars=yes,resizable=yes,status=no,toolbar=no') ; }
//-->
<!-- 
function newwin2 (n) { var newwin2 = window.open(eval("n"), 
'IndexPage','height=600,width=400,left=0,top=0,directories=no,location=no,menubar=no,scrollbars=yes,resizable=yes,status=no,toolbar=no') ; } //-->
<!-- 
function rfgnewwin (n) { var rfgnewwin = window.open(eval("n"), 
'IndexPage','height=450,width=550,left=0,top=0,directories=no,location=no,menubar=no,scrollbars=yes,resizable=yes,status=no,toolbar=no') ; } //-->
function myfunc(p1,p2){
window.open(p1,'','height=500,width=700,scrollbars=1,resizable=1');
window.location.href = p2;
}
function forgot_window (n) {
	var forgotwin = window.open(eval("n"),
	'IndexPage','height=300,width=450,left=100,top=100,directories=no,location=no,menubar=no,scrollbars=no,resizable=no,status=no,toolbar=no');
}
