/*** Begining of JavaScript ------ Kurt Grigg ------ http://www.yagi-ent.com/ ------ ***/

function OpenWin(){
    win=window.open("map.html","map","width=550,height=550");
}

/*** ------ End of JavaScript ------ ***/