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