function printWin(){
	window.open(window.location.href,"printWindow");
}
if(window.name == "printWindow"){
	document.write('<link rel="stylesheet" href="/common/css/preview.css" media="all">');
}