function launch_popup(w,h)
{
	window.open('','popup','width='+w+',height='+h+',left=0,top=0,scrollbars=1')
}