function popwin(winurl, w, h)  {
	parms = 'toolbar=1,scrollbars=yes,location=0,statusbar=1,status=yes,print=no,menubar=yes,resizable=1,width='+ w + ',height=' + h + ',left=10,top=10';
	newwin = window.open(winurl,'uslf',parms);
}
function GoThere(f) {
	top.location.href = f.chooser.options[f.chooser.selectedIndex].value;
}
function helpwindow(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=yes,location=0,statusbar=1,status=yes,print=no,menubar=yes,resizable=1,width=650,height=350,left = 20,top = 50');");
}
function helpwindow2(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=yes,location=1,statusbar=1,status=yes,print=no,menubar=yes,resizable=1,width=675,height=350,left = 20,top = 50');");
}
function helpwindow3(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=no,location=0,statusbar=0,status=no,print=no,menubar=no,resizable=0,width=550,height=400,left = 20,top = 50');");
}
function helpwindow5(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,status=no,print=no,menubar=no,resizable=0,width=550,height=400,left = 20,top = 50');");
}
function helpwindow7(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,status=no,print=no,menubar=yes,resizable=0,width=850,height=650,left = 20,top = 50');");
}
