browserName = navigator.appName;browserVer = parseInt(navigator.appVersion);condition = !(( (browserName.indexOf("Explorer") >=0 ) && (browserVer < 4) ) ||  ((browserName.indexOf("Netscape") >=0 ) && (browserVer < 2) ) ) ; if (condition == true  )    CanAnimate = true;else    CanAnimate = false;
function openchild(imgurl){
msgWindow=window.open( '' ,'subwindow','toolbar=no,location=no,directories=no,status=no,scrollbars=no,menubar=no,resizable=yes,width=400,height=450');
msgWindow.focus();
msgWindow.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><TITLE>Blowups</TITLE><SCRIPT LANGUAGE="JavaScript" SRC="json.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript" SRC="cartb2b.js"></SCRIPT>
<script language="javascript">
function checkfield(loginform)
{
	ok=true
	if(loginform.name.value=="")
	{
		alert("Please Enter Your Name.")
		loginform.name.focus()
		ok=false
	}
	else if (loginform.email.value == "")
	{
		alert("Please enter a value for the email field.");
		loginform.email.focus();
		ok=false
	}
	else if (!isEmailAddr(loginform.email.value))
	{
		alert("Please enter a complete email address in the form: yourname@yourdomain.com");
		loginform.email.focus();
		ok=false
	}
	else if (loginform.describe_requirements.value == "")
	{
		alert("Please specify your requirements.");
		loginform.describe_requirements.focus();
		ok=false
	}
	else if (loginform.verif_box.value == "")
	{
		alert("Please verify your request.");
		loginform.verif_box.focus();
		ok=false
	}
	return ok
}
function isEmailAddr(email)
{
  var result = false
  var theStr = new String(email)
  var index = theStr.indexOf("@");
  if (index > 0)
  {
	var pindex = theStr.indexOf(".",index);
	if ((pindex > index+1) && (theStr.length > pindex+1))
	result = true;
  }
  return result;
}
</script>

	<script language="javascript" >
		function ValidateNum(input,event){
			var keyCode = event.which ? event.which : event.keyCode;
			if(parseInt(keyCode)>=48 && parseInt(keyCode)<=57){
				return true;
			}
			return false;
		}
</script>
</HEAD>
');
msgWindow.document.write("<BODY LEFTMARGIN=0 TOPMARGIN=0 BGCOLOR=D39E73><CENTER><img SRC="+imgurl+"  ></CENTER></BODY></HTML>");
}
function openchild(thisurl){if ( CanAnimate ){        msgWindow=window.open( '' ,'subwindow','toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,menubar=yes,resizable=no,width=870,height=630,left=50,top=0');        msgWindow.focus();        msgWindow.location.href = thisurl;}else {        msgWindow=window.open( thisurl,'subwindow','toolbar=no,location=no,directories=no,status=yes,scrollbars=no,menubar=no,resizable=yes,width=280,height=591,screenX=190,screenY=0');}     
}//-->