function open_form(gohere)
{
window.open(gohere,"contact","width=530,height=400,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,top=0,left=0");
}

function open_site(gohere)
{
window.open(gohere,"site","width=775,height=450,toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,top=0,left=0");
}

function open_timeline()
{
window.open("../company/popup/timeline.html","timeline","width=600,height=275,toolbar=no,menubar=yes,scrollbars=yes,top=0,left=0");
}
