function openWin(){
    window.open(window.location.href,"printWindow");
}
if(window.name == "printWindow"){
    document.write('<link rel="stylesheet" href="http://www.shiga-med.ac.jp/mmc/css3/mmc_print.css" type="text/css" media="all" />');
}
