// buka popup
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname,
'width=440,height=350,scrollbars=yes');
return false;
}
//-->


// tutup popup
function targetopener(mylink, closeme, closeonly)
{
if (! (window.focus && window.opener))return true;
window.opener.focus();
if (!
closeonly)window.opener.location.href=mylink.href;
if (closeme)window.close();
return false;
}
// End -->





// Original:  Nicolas -->
// Web Site:  http://www.javascript-page.com -->
function checknew(date) {
var pic = "Images/blinknew.gif";
expdate = new Date(date);
curdate = new Date();
if (expdate.getTime() > curdate.getTime())
document.write("<img src=" + pic + ">");
}
// End -->




// copywright
var time=new Date();
var anno=time.getYear();
if (anno < 2000)  
anno = anno + 1900;
annoFirst = 2003;
annoLast = anno + 1;
// End -->


// email address
emailE=('support@' + 'shoppingquarter.com')
// End -->

