function open_location(gohere)
{
window.open(gohere,"location","width=363,height=350,toolbar=no,menubar=yes,scrollbars=yes,resizable=no,top=0,left=0");
}
