var homePop

	function popGloss(page,top,left,status,location,menu) {
	if(homePop!=null && !homePop.closed){  
	homePop.close()	
	}
	
	if(!top || !left || !status || !location || !menu){
	top=20
	left=30
	status=0
	location=0
	menu=0
	}
	
	homePop=window.open(page,"popup","height=400,width=760,scrollbars=1,resizable=1,top="+top+",left="+left+",status="+status+",location="+location+",menubar="+menu+"\"")
	homePop.focus()
	}