<!--
function general()
{
window.open('forms/general.html','mywindow1','width=400,height=350,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=0 left=20,top=20');
}
function newsletter()
{
window.open('forms/newsletter.html','mywindow1','width=400,height=350,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=0 left=20,top=20');
}
function order()
{
window.open('forms/order.html','mywindow1','width=400,height=350,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=0 left=20,top=20');
}
function partner()
{
window.open('forms/partner.html','mywindow1','width=400,height=350,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=0 left=20,top=20');
}
function press()
{
window.open('forms/press.html','mywindow1','width=400,height=350,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=0 left=20,top=20');
}
function zeena()
{
window.open('forms/zeena.html','mywindow1','width=400,height=350,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=0 left=20,top=20');
}
function simon()
{
window.open('forms/simon.html','mywindow1','width=400,height=350,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=0 left=20,top=20');
}
function chris()
{
window.open('forms/chris.html','mywindow1','width=400,height=350,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=0 left=20,top=20');
}
function paula()
{
window.open('forms/paula.html','mywindow1','width=400,height=350,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=0 left=20,top=20');
}
function clark()
{
window.open('forms/clark.html','mywindow1','width=400,height=350,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=0 left=20,top=20');
}
//--> 
