/** popups **/
function showMap(url){var top_center,left_center;top_center=(screen.height/2)-200;left_center=(screen.width/2)-300;mywin=window.open(url,"win","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=720,height=560,top="+top_center+",left="+left_center+"");}
function showMapDir(url){var top_center,left_center;top_center=(screen.height/2)-200;left_center=(screen.width/2)-300;mywin=window.open(url,"win","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=600,height=400,top="+top_center+",left="+left_center+"");}

