<!--

function popupJob(URL) //locations section popup window
{
    gallery_window = window.open(URL,"the_window",'width=520,height=400,left=25,top=25,screenX=25,screenY=25');
    gallery_window.focus();
}


//-->
