function menuLink(linkLoc)
{ if(linkLoc !="") { window.location.href=linkLoc;} }

function disp(url){
if(url.options[url.selectedIndex].value){
window.open(url.options[url.selectedIndex].value,"window_name","scrollbars=yes");
url.options[0].selected="selected";
}
}
