function popWindowMap(openMe) {
popMap=window.open(openMe,"popUpWindowMap","width=550,height=600,resizable=no,scrollbars=no,menubar=yes,tollbar=yes");
if(navigator.appVersion.charAt(0)>=3){popMap.focus()};
}

function popWindowCoupon(openMe, w, h) {
var w = w || 450;
var h = h || 400;
popCoupon=window.open(openMe,"popUpWindowCoupon","width=" + w +",height=" + h + ",resizable=no,scrollbars=no,menubar=yes,tollbar=yes");
if(navigator.appVersion.charAt(0)>=3){popCoupon.focus()};
}

function popWindow1(openMe) {
pop1=window.open(openMe,"popUpWindow1","width=600,height=500,resizable=yes,scrollbars=yes");
if(navigator.appVersion.charAt(0)>=3){pop1.focus()};
}

function popWindowGallery(openMe) {
popGallery=window.open(openMe,"popUpWindowGallery","width=580,height=680,resizable=no,scrollbars=yes,menubar=no,tollbar=no");
if(navigator.appVersion.charAt(0)>=3){popGallery.focus()};
}

function popWindowPrivacy(openMe) {
popPrivacy=window.open(openMe,"popUpWindowPrivacy","width=400,height=200,resizable=yes,scrollbars=yes");
if(navigator.appVersion.charAt(0)>=3){popPrivacy.focus()};
}

function popWindow2(url,w,h,winName) {
pop1=window.open(url,winName,"width="+w+",height="+h+",resizable=yes,scrollbars=yes");
if(navigator.appVersion.charAt(0)>=3){pop1.focus()};
}

