/********************roll over script*************************************************/
 function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#000000";
elem.style.cursor = 'hand'}

function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#000000";}

function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#FFFFFF";}

function LmUp(path)
{location.href = path;}


/*************************windoss pop up******************************/


function PopTiprequest()
{
window.open('http://','Request','width=655,height=388,menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=no,top=40,left=120');
}

function PopListrequest()
{
window.open('http://','Request','width=655,height=450,menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=no,top=40,left=120');
}

function PopListmail()
{
window.open('http://','Abonese','width=555,height=380,menubar=no,scrollbars=yes,toolbar=no,location=no,directories=no,resizable=no,top=40,left=120');
}




/***************************************************************************/
