<!--
function Popup(file,html_width,html_height){
	set_type = 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=yes,width='+html_width+',height='+html_height;
	set_name = "popupfile";
	window.open(file,set_name,set_type);
}

function wclose(){
	window.close();
}
//-->