<!--
function email()
{
theUrl="mailafriend1.asp"
window.open(theUrl,'determined','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=300,top=100,left=100');
}

function brochure()
{
theUrl="brochure.asp"
window.open(theUrl,'determined','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=300,top=100,left=100');
}


function case_study()
{
theUrl="case_study.asp"

window.open(theUrl,'determined','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=500,height=300,top=100,left=100');
}

function new1()
{
window.open("news.htm");
}

function new2()
{
window.open("http://www.metmuseum.org/special/se_event.asp?OccurrenceId=%7bD4A3E2DA-BC7A-4459-A0B3-A425CE815373%7d&HomePageLink=special_c1a");
}


function new3()
{
window.open("http://www.paypal.com/outlook");
}

//-->