function openWin(){
    window.open(window.location.href,"printWindow","width=720, menubar=no, scrollbars=yes");
}

if(window.name == "printWindow"){
	document.write('<link rel="stylesheet" href="/ref/css/print.css" type="text/css" media="all" />');
}
