function Image1_onMouseOver() {
window.status="Levett and Martin - Domestic appliances sold, serviced and repaired ";
return true;
 }
function _Image1_onMouseOver() { if (Image1) return Image1.onMouseOver(); }
function Image1_onMouseOut() {
window.status="";
return true;
 }
function _Image1_onMouseOut() { if (Image1) return Image1.onMouseOut(); }
function ImageButton1_onClick() {
var options="";
options+="status="+(("0"=="1")?"yes":"no")
options+=",directories="+(("0"=="1")?"yes":"no")
options+=",location="+(("0"=="1")?"yes":"no")
options+=",toolbar="+(("0"=="1")?"yes":"no")
options+=",menubar="+(("0"=="1")?"yes":"no")
options+=",scrollbars="+(("0"=="1")?"yes":"no")
options+=",resizable="+(("0"=="1")?"yes":"no")

if (parseInt("250")  > 0) options+=",width="+"250"
if (parseInt("250") > 0) options+=",height="+"250"

if (parseInt("0") >= 0)
{
	options+=",top="+"0"
	options+=",screenY="+"0"
}
if (parseInt("0") >= 0)
{
	options+=",left="+"0"
	options+=",screenX="+"0"
}

page = "";
if (page.length == 0) page = "PartsWarranty.asp";

window.open(page,"PartsWarranty",options);
// validate the form on this page.
var ErrorMsg = "";
if ("1" != "0")
{
	if (document.forms && document.forms[0])
	{
		FormDEs = document.forms[0];
		for (var iFormDE=0; iFormDE < FormDEs.length; iFormDE++)
		{
			DEName = FormDEs[iFormDE].name;
     
			if (DEName != "")
			{
				// make sure it is a legitimate form element
				if (typeof(eval("FormDEs." + DEName + ".type")) != "undefined" &&
								eval("FormDEs." + DEName + ".type") != "radio")
				{
					if (eval(DEName + ".Validate"))
					{
						msg = eval(DEName + ".Validate()");
						if (msg != "")
							ErrorMsg += "\n\n" + DEName + ":  " + msg;
					}
				}
			}
		}  // end for 
	}
}

if (ErrorMsg == "")
{
  if (document.forms && document.forms[0])
    document.forms[0].submit();
}
else
{
  alert("The form can not be submitted:" + ErrorMsg);
}
 }
function _ImageButton1_onClick() { if (ImageButton1) return ImageButton1.onClick(); }


