// JavaScript Document
msg = "You are about to be redirected to a third-party service-provider's website. These links are provided on this site for your convenience. Please read our 'Disclaimer of Liability and Endorsement' for further inforamtion. Do you want to proceed to the third-party service-provider's website?"
imsg = "This link takes you to a site inaccessible from a computer outside of the Mattel, Inc. network. Do you want to proceed?";
mmsg = "You are about to send an e-mail to a third-party service-provider. These links are provided on this site for your convenience. Please read our 'Disclaimer of Liability and Endorsement' for further inforamtion. Do you want to proceed sending an e-mail to the third-party service-provider?";

function mOvr1(src)
	{ if (!src.contains(event.fromElement)) { src.style.cursor = 'pointer'; src.bgColor = '#FFEEB5'; window.status=src.children.tags('A')[0].href;}} //src.children.tags('A')[0].style.color = '#ffffff';}}

function mOut1(src) 
	{ if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = '#FFE694'; window.status='';}} // src.children.tags('A')[0].style.color = '#ffffff';}}

function mClk(src) 
	{ if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click();} }
	
function jWin(jURL)
	{
	window.open('/outgoing.php?l=' + jURL,'outside','location=no,menubar=no,status=no,toolbar=no,width=300,height=300,resizable=yes');
	}
function jMail(jURL)
	{
	window.open('/outmail.php?l=' + jURL,'outside','location=no,menubar=no,status=no,toolbar=no,width=300,height=300,resizable=yes');
	}
