function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}


function AddToBookmarks (url,title) { window.external.AddFavorite(url,title); }


function SendTo()
{

 TelFriendWindow = window.open("sendpage.asp","Tel","left=100,top=100,screenX=100,screenY=100,width=405,height=280");

}


function Print(VNu)
{

 TelFriendWindow = window.open("PrintPage.asp?VNu="+VNu);

}


function OpenFormCash(Page)
{

 NewWindow = window.open(Page,"Cash","alwaysraised=yes,scrollbars=yes,resizable=no,titlebar=no,top=10,left=100,width=870,height=500");

}

function OpenFormCredit(Page)
{

 NewWindow = window.open(Page,"Credit","alwaysraised=yes,scrollbars=yes,resizable=no,titlebar=no,top=10,left=100,width=925,height=700");

}

function OpenForm(Page)
{

 NewWindow = window.open(Page,"Credit","alwaysraised=yes,scrollbars=yes,resizable=no,titlebar=no,top=10,left=100,width=875,height=500");

}

function OpenFormJob(Page)
{

 NewWindow = window.open(Page,"Job","alwaysraised=yes,scrollbars=yes,resizable=no,titlebar=no,top=10,left=100,width=925,height=700");

}

function OpenFormAdv(Page)
{

 NewWindow = window.open(Page,"Adv","alwaysraised=yes,scrollbars=yes,resizable=no,titlebar=no,top=10,left=100,width=925,height=600");

}





function OnYes()
{

document.getElementById('Yes').style.display="block";
document.getElementById('No').style.display="none";


}

function OnNo()
{

document.getElementById('Yes').style.display="none";
document.getElementById('No').style.display="block";


}




function OnYes1()
{

document.getElementById('Yes1').style.display="block";
document.getElementById('No1').style.display="none";


}

function OnNo1()
{

document.getElementById('Yes1').style.display="none";
document.getElementById('No1').style.display="block";


}



function submitform()
{
  if (document.book.FEMAIL.value == "" ||
      document.book.FEMAIL.value.indexOf('@', 1) == -1 ||
      document.book.FEMAIL.value.indexOf('.', 1) == -1
     )
	{
	document.book.FEMAIL.focus();
	alert('Please enter valid email address');
	return false;
	}

   document.book.submit();
}

