function popup(URL){
	newwindow=window.open(URL,'name','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,height=600,width=550');
	if (window.focus) {newwindow.focus()}
	return false;
}

function passpopup(URL){
	newwindow=window.open(URL,'name','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,height=150,width=405');
	if (window.focus) {newwindow.focus()}
	return false;
}

function picpopup(URL){
	newwindow=window.open(URL,'name','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,height=475,width=500');
	if (window.focus) {newwindow.focus()}
	return false;
}
