
function InSpan1(theSpan){
 theSpan.className='spanIn1';
}

function OutSpan1(theSpan){
 theSpan.className='spanOut1';
}

function InSpan2(theSpan){
 theSpan.className='spanIn2';
}

function OutSpan2(theSpan){
 theSpan.className='spanOut2';
}


function PrintPage(page){
 window.open(page,"PrintPage","toolbars=0,manubar=1,scrollbars=1,directories=0,location=0,resizable=1,width=700,height=500,left=40,top=40");
}

function SendMail(ID){
 page = "send_mail.asp?ID=" + ID;
 window.open(page,"SendMail","toolbars=0,manubar=1,scrollbars=1,directories=0,location=0,resizable=1,width=400,height=500,left=40,top=40");
}
