function wopen(file,w,h){
	window.open(file,'newWin',"toolbar=yes,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width="+w+",height="+h);
}

function wclose(){
	window.close();
}