function launchwin(URL,title,height,width){
	newwin=window.open(URL,title,"height="+height+",width="+width+",alwaysRaised=0,location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=yes,z-lock=0,screenX=0,screeny=0,left=0,top=0")
	newwin.focus()
}