
/*--------------------------------------------------------------------------*/

function prtWinOp(){
	
	features = '';
	window.open(location.href,"printpage","toolbar=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}

if(window.name == "printpage"){
	document.writeln("<link rel='stylesheet' href='../img/2181/0809/print/print.css' type='text/css' media='all' />");
}

function printDirlogOpen(){
	if(window.name == "printpage"){setTimeout("print()",1800);}
}


