// JavaScript Document
if(window.name == "printWindow"){
    document.write('<link rel="stylesheet" href="/common/css/print.css" type="text/css" media="all" />');
}

function openWin(){
    window.open(window.location.href,"printWindow");
}


function loadmap(){
}
