<!--

function popup(theURL,width,height) { //v2.0
window.open(theURL, '', 'width='+width+",height="+height+",resizable=0,toolbar=0,scrollbars=0,location=0,status=0,menubar=0");
}

function popupscroll(theURL,width,height) { //v2.0
window.open(theURL, '', 'width='+width+",height="+height+",resizable=0,toolbar=0,scrollbars=1,location=0,status=0,menubar=0");
}

function popupsearch(theURL,width,height) { //v2.0
window.open(theURL, 'search', 'width='+width+",height="+height+",resizable=0,toolbar=0,scrollbars=1,location=0,status=0,menubar=0");
}

// -->