
<!-- 

// Preload Images
if (document.images) {
  I01 = new Image();  I01.src="http://www.GamePlay3.com/images/T_Top.jpg";
  I02 = new Image();  I02.src="http://www.GamePlay3.com/images/T_Bottom.jpg";
  I03 = new Image();  I03.src="http://www.GamePlay3.com/images/T_Left.jpg";
  I04 = new Image();  I04.src="http://www.GamePlay3.com/images/T_Right.jpg";
  I05 = new Image();  I05.src="http://www.GamePlay3.com/images/T_Background.jpg";
  I06 = new Image();  I06.src="http://www.GamePlay3.com/images/Search.gif";
  I07 = new Image();  I07.src="http://www.GamePlay3.com/images/Button.gif";
  I08 = new Image();  I08.src="http://www.GamePlay3.com/images/T_Header.jpg";
}

// Support Email
function Contact(address,subject) {
  window.location="mailto:"+address+"@GamePlay3.com?Subject="+subject;
}

//-->

