function openWindow(page,w,h){
	window.open(page,"",'top=0,left=0,height='+h+',width='+w+',toolbar=no,menubar=no,scrollbars=yes,resizable=yes,status=no'); 
}