

function popUp(url,w,h) {
window.open(url, '', 'location=0,resizable=0,status=0,titlebar=1,directories=0,toolbar=0,menubar=0,scrollbars=1,width='+w+',height='+h);
        return false;
}

function pathwayPopUp(url,w,h) {
var winl = (screen.width-w)-40;
var wint = 40;
window.open(url, '', 'top='+wint+',left='+winl+',location=0,resizable=0,status=0,titlebar=1,directories=0,toolbar=0,menubar=0,scrollbars=1,width='+w+',height='+h);
        return false;
}

function popUpPhoto(url,w,h) {
var winl = (screen.width-w)-40;
var wint = 40;
window.open(url, '', 'top='+wint+',left='+winl+',location=0,resizable=0,status=0,titlebar=1,directories=0,toolbar=0,menubar=0,scrollbars=0,width='+w+',height='+h);
        return false;
}

function link() {
}

