function open_stock(gohere)
{
window.open(gohere,"stock","width=715,height=450,toolbar=no,resizable=yes,menubar=yes,scrollbars=yes,top=0,left=0");
}

function open_report(gohere)
{
window.open(gohere,"stock","width=850,height=550,toolbar=no,resizable=yes,menubar=yes,scrollbars=yes,top=0,left=0");
}

function open_contact(gohere)
{
{window.open(gohere,"contact","width=530,height=400,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,top=0,left=0");}
}


