var holdingImageF = document.images["about_pop"];	
var aboutx=getImgXfromLeft(holdingImageF)-20;
var abouty=getImgYfromTop(holdingImageF)+document.about_pop.height+8;

var holdingImageN = document.images["service_pop"];	
var servx=getImgXfromLeft(holdingImageN)-20;
var servy=getImgYfromTop(holdingImageN)+document.service_pop.height+8;

var holdingImageP = document.images["port_pop"];	
var portx=getImgXfromLeft(holdingImageP)-20;
var porty=getImgYfromTop(holdingImageP)+document.port_pop.height+8;

/*var holdingImageE = document.images["loc_pop"];	
var locx=getImgXfromLeft(holdingImageE)-20;
var locy=getImgYfromTop(holdingImageE)+document.loc_pop.height+8;
*/
var holdingImageS = document.images["job_pop"];	
var jobx=getImgXfromLeft(holdingImageS)-20;
var joby=getImgYfromTop(holdingImageS)+document.job_pop.height+8;

var holdingImageSH = document.images["contact_pop"];	
var conx=getImgXfromLeft(holdingImageSH)-50;
var cony=getImgYfromTop(holdingImageSH)+document.contact_pop.height+8;

