function launchcategory(url){
window.name = 'opener';
remote=open(url,"","resizable,status,scrollbars,width=500,height=400,left=300,top=100");
}
function launchcategory(url){
	window.name = 'opener';
	remote = open(url, "", "resizable,status,scrollbars,width=500,height=400,left=300,top=100");
}
function launchevent(url){
	self.name = "opener";
	remote = open(url, "", "resizable,scrollbars,width=400,height=600,left=300,top=100");
}
function launchlog(url){
	window.name = 'opener';
	remote = open(url, "", "resizable,status,scrollbars,width=600,height=650,left=300,top=100");
}
function launchlogin(url){
	window.name = 'opener';
	remote = open(url, "", "resizable,status,scrollbars,width=400,height=300,left=300,top=100");
}
function launchuser(url){
	window.name = 'opener';
	remote = open(url, "", "resizable,status,scrollbars,width=650,height=600,left=300,top=100");
}
function reloadPage(init) {  //reloads the window if Nav4 resized
	if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
		document.pgW=innerWidth; document.pgH=innerHeight; onresize=reloadPage; }}
	else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload();
}
