function newlegal()
{
thiswindow=window.open('legal.html','jav','width=640,height=480,resizable=no,scrollbars=yes');
thiswindow.moveTo((screen.width-640)/2,(screen.height-480)/2);
}
function newearnings()
{
thiswindow=window.open('earnings.html','jav','width=640,height=480,resizable=no,scrollbars=yes');
thiswindow.moveTo((screen.width-640)/2,(screen.height-480)/2);
}
function newterm()
{
thiswindow=window.open('term.html','jav','width=640,height=480,resizable=no,scrollbars=yes');
thiswindow.moveTo((screen.width-640)/2,(screen.height-480)/2);
}
function newprivacy()
{
thiswindow=window.open('privacy.html','jav','width=640,height=480,resizable=no,scrollbars=yes');
thiswindow.moveTo((screen.width-640)/2,(screen.height-480)/2);
}
function newcustomers()
{
thiswindow=window.open('customers.html','jav','width=640,height=480,resizable=no,scrollbars=yes');
thiswindow.moveTo((screen.width-640)/2,(screen.height-480)/2);
}
function newaffiliate()
{
thiswindow=window.open('affiliate.html','jav','width=640,height=480,resizable=no,scrollbars=yes');
thiswindow.moveTo((screen.width-640)/2,(screen.height-480)/2);
}
function newchildren()
{
thiswindow=window.open('children.html','jav','width=640,height=480,resizable=no,scrollbars=yes');
thiswindow.moveTo((screen.width-640)/2,(screen.height-480)/2);
}