// JavaScript Document

function popup_vars(file, width, height) {
<!-- alert(vars); -->
window.open(''+file+'', '_blank','toolbar=no,scrollbars=yes,location=no,directories=no,status=no,menubar=no,resizable=yes,dependent=yes, width='+width+', height='+height+'');
}
 
function popup_vars2(file, width, height) {
<!-- alert(vars); -->
window.open(''+file+'', '_blank','toolbar=no,scrollbars=no,location=no,directories=no,status=no,menubar=no,resizable=no,dependent=yes, width='+width+', height='+height+'');
}

function window_close()
	{
	window.close();
}

function window_print() {
 	print();
}