function showmap( mapname ) {
window.open("/img/maps/" + mapname + ".jpg", "mywin", "height=350,width=390,top=170,left=60, titlebar=no");
}

