<!--
// The following functions need to be declared in the page header for the -->
// javascript popups to work.                                             -->

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");
} 