

function quickGo(list)
    {var item=list.options[list.selectedIndex].value;
    if (item!="#") {
    location.href=item;
    }}

function spawn_window(content,spawn,sizing)
{window.open(content,spawn,sizing);}

function startPop(PopEvent)
  {
    var desktop=window.open(PopEvent,"_blank","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=600,height=350,resizable");
  }


function startPopEvent(PopEvent)
  {
    var desktop=window.open(PopEvent,"_blank","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,width=600,height=350,resizable");
  }
var whatpic="default_detail.jpg"
var p_height="185"
var p_width="151"
  
function gallery(whatpic,p_height,p_width)
{
//document.detail.location.href='pics/'+whatpic;
document.getElementById("detail").src='/pics/gallery/'+whatpic;
document.getElementById("detail").height=p_height;
document.getElementById("detail").width=p_width;
}

