<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

function checkFields()
{
	if (document.frm.yName.value == "" || document.frm.fEmail.value == "")
		{
		alert("To send this eBuzz, you must supply both your name and your friend's e-mail address.");
		return false;
		}
	openWindow('/ebuzz/DoiThankYou.aspx','doiWin','width=392,height=236');
	self.close();
	return true;
}
function openThankYouWindow()
{
	openWindow('/ebuzz/DoiThankYou.aspx','doiWin','width=392,height=236');
	self.close();
	return true;
}
//MM_reloadPage(true);

function showPrivacy()
{
	var msg = "--------------------------------------------------------------------------\n"
	msg += "\t\tPRIVACY STATEMENT\n"
	msg+="--------------------------------------------------------------------------\n"
	msg += "Feld Entertainment, producer of Disney On Ice, adheres to a\n strict no-spam policy. Neither your e-mail address nor your friend's\n e-mail address will be added to any mailing list whatsoever as a\n result of spreading the word about this offer."
	alert (msg);
}
function showDLPrivacy()
{
	var msg = "--------------------------------------------------------------------------\n"
	msg += "\t\tPRIVACY STATEMENT\n"
	msg+="--------------------------------------------------------------------------\n"
	msg += "Feld Entertainment, producer of Disney Live!, adheres to a\n strict no-spam policy. Neither your e-mail address nor your friend's\n e-mail address will be added to any mailing list whatsoever as a\n result of spreading the word about this offer."
	alert (msg);
}
function openWindow(theURL,winName,features) 
		{
  		window.open(theURL,winName,features);
		}	
	
function imageover(img)
	{
		eval("document." + img + ".src =" + img + "_on.src");
	}

function imageout(img)
	{
		eval("document." + img + ".src =" + img + "_off.src");
	}
// -->