function popup(x,h,w,O){
	O=window.open(x,'popup','location=no,menubar=no,toolbar=no,resizable=no,scrollbars=no,height='+h+',width='+w)	
}