<!--
/*
====
Copyright (c) 2001, World View Design. All rights reserved.
Protected by copyright and license restricting use. This software
is licensed, not sold, for use only under expressed written consent
from World View Design. This software is protected by United States
copyright laws and international treaties. Unauthorized reproductions or
distributions are subject to civil and criminal penalties and are strictly prohibited.
====
*/
var finish=false;function cis(p){rv = new Image();rv.src = p;return rv;};function samet(l){if(document.images && finish){document[l].src = eval("i"+l+".src")}};function innt(l){if(document.images && finish){document[l].src = "graphics/"+l+".gif";}}

function anv(ww,w,h,a)
{
//	alert("Here");

	var win='menubar=0,toolbar=0,location=0,directories=0,scrollbars=1,resizable=1,width='+ww+',height='+h+',top=0,left=0';

	ventana = window.open(a,'ventana',win);

//	ventana.document.write("<html><head><title>Title<\/title><\/head><body topmargin='0' leftmargin='0' marginwidth='0' marginheight='0'><object width='"+w+"' height='"+h+"'><param name='movie' value='"+a+"'></param><param name='wmode' value='transparent'></param><embed src='"+a+"' type='application/x-shockwave-flash' wmode='transparent' width='"+w+"' height='"+h+"'></embed></object><\/body><\/html>");
//	ventana.document.close();
	ventana.focus();
}



var mensaje = "Please read our copyright and intellectual property notice on our website.       ";





function disableclick(e)
{
	if (document.all)
	{
		
if (event.button==2||event.button==3)
		{
			
if (event.srcElement.tagName=="IMG")
			{
				
alert(mensaje);
				
return false;
			}
		}
	}
	else if (document.layers)
	{
		
if (e.which == 3)
		{
			
alert(mensaje);
			
return false;
		}
	}
	else if (document.getElementById)
	{
		if (e.which==3&&e.target.tagName=="IMG")
		{
			alert(mensaje);
			
return false;
		}
	}
}

function associateimages()
{
	for(i=0;i<document.images.length;i++)
	{
		document.images[i].onmousedown=disableclick;
	}
}


if (document.all)
{
	document.onmousedown=disableclick
;
}
else if (document.getElementById)
{
	document.onmouseup=disableclick;
}
else if (document.layers)
{
	associateimages();
}

function checkiado(me)
{
	if(me.agree.checked)
	{
		return true;
	}
	else
		{
		alert("Please check the checkbox and agree to the Service Agreement.");
		me.agree.focus();
		return false;
		}
}







//-->
