function popitup(link) {
    popup=window.open(link,'Details','height=480,width=640,menubar=0,resizable=1,toolbar=0',false);
    popup.focus();

}

function popitupsize(url, w, h) {
    popup=window.open(url,'titel','height=' + h + ',width=' + w + ',menubar=0,resizable=1,toolbar=0',false);
    popup.focus();

}

function popad() {
    popup=window.open('/pages/popup/popad.htm','Advertise','height=100,width=190,menubar=0,resizable=1,toolbar=0',false);
    popup.focus();

}