if(top.location != location) { top.location.href = document.location.href ;} function popwin(URL, name, w, h){ var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; window.open(URL, name, "width="+w+", height="+h+", status=yes, scrollbars=yes, resizable=no, menubar=no, toolbar=no, left="+winl+", top="+wint);} function popwin3(URL, name, w, h){ var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; window.open(URL, name, "width="+w+", height="+h+", status=yes, scrollbars=yes, resizable=yes, menubar=yes, toolbar=yes, left="+winl+", top="+wint);} function popwin2(URL, name, w, h, opts){ var winl = (screen.width - w) / 2; var wint = (screen.height - h) / 2; window.open(URL, name, "width="+w+", height="+h+", left="+winl+", top="+wint + opts);} function cWin(prefix, shop_id, couponId){ if(!couponId) { couponId = '';} if(!prefix) { prefix = '';} var url = 'http://www.pendantandnecklaces.com/offerpop.php?prefix=' + prefix + '&shop_id=' + shop_id + '&couponId=' + couponId; var opts = 'width=470, height=600, resizable=no, scrollbars=yes, top=20, left=20'; window.open(url, '', opts);} function offerWin(prefix,mpid){ if(!mpid) { mpid = '';} if(!prefix) { prefix = '';} var url = 'http://www.pendantandnecklaces.com/offerpop.php?prefix=' + prefix + '&mpid=' + mpid; var opts = 'width=470, height=600, resizable=no, scrollbars=yes, top=20, left=20'; window.open(url, '', opts);} function xofferWin(prefix, store_id, productUpc){ if(!prefix) { prefix = '';} if(!store_id) { store_id = '';} if(!productUpc) { productUpc = '';} var url = 'http://www.pendantandnecklaces.com/offerpop.php?prefix=' + prefix + '&store_id=' + store_id + '&productUpc=' + productUpc; var opts = 'width=470, height=600, resizable=no, scrollbars=yes, top=20, left=20'; window.open(url, '', opts);} function emailWin(url){ var url = 'http://www.pendantandnecklaces.com/account/'; var opts = 'width=100%, height=100%, resizable=yes, scrollbars=yes, top=0, left=0'; window.open(url, '', opts);}