function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

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 MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function gotourl() {
	location.href = document.doda.gamejump.value;
}

function fullScreen(theURL) {
	windowprops = "top=0,left=0,resizable=no,scrollbars,titlebar=no" + ",width=" + 275 + ",height=" + 675;
	window.open(theURL, '', windowprops);
}

function dlpop(theURL) {
	windowprops = "top=0,left=0,resizable=no,scrollbars,titlebar=no" + ",width=" + 600 + ",height=" + 254;
	window.open(theURL, '', windowprops);
}

function usageedit(theURL) {
	windowprops = "top=0,left=0,resizable=no,scrollbars,titlebar=no" + ",width=" + 500 + ",height=" + 500;
	window.open(theURL, '', windowprops);
}

function doChange(){
theTabs=document.getElementsByTagName('TABLE');
for(t=0;t<theTabs.length;t++)
 for(i=0;i<theTabs[t].cells.length;i++){
   if(theTabs[t].cells[i].className=="swapbg"){
      theTabs[t].cells[i].onmouseover = function(){this.style.backgroundImage='url(skins/ps_standard/images/Left_Minor_Back_Inv.gif)'};
      theTabs[t].cells[i].onmouseout = function(){this.style.backgroundImage='url(skins/ps_standard/images/Left_Minor_Back.gif)'};
   }
 }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}

function onclickurl (URL) {
	location.href = URL;
}

var http = createRequestObject();
var sndemail = createRequestObject();
function createRequestObject(){
	var xmlhttp; 
	/*@cc_on 
	@if (@_jscript_version >= 5) 
		try { 
			xmlhttp = new ActiveXObject("Msxml2.XMLHTTP"); 
		} catch (e) { 
			try { 
				xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); 
			} catch (E) { 
				xmlhttp = false; 
			} 
		} 
	@else 
		xmlhttp = false; 
	@end @*/ 
	if (!xmlhttp && typeof XMLHttpRequest != 'undefined') { 
		try { 
			xmlhttp = new XMLHttpRequest(); 
		} catch (e) { 
			xmlhttp = false; 
		} 
	} 
	return xmlhttp; 
}

function pop_coupon(cpid){
	http.open('GET', 'include/pop_layer.inc.php?id=' + cpid, true);

	http.onreadystatechange = function() {
		if (http.readyState == 4) {
			document.getElementById('print_coupon').innerHTML = http.responseText;
			document.getElementById('pop_coupon').innerHTML = http.responseText;
		} 
	}				

	http.send(null);
}

function show_form(cpid,fname,lname,email,phone,make,vtype){
	http.open('GET', 'include//pop_layer.inc.php?coupon_filled=1' + 
		'&id=' + cpid +
		'&fname=' + fname +
		'&lname=' + lname +
		'&email=' + email +
		'&phone=' + phone +
		'&make=' + make +
		'&vtype=' + vtype, true);

	http.onreadystatechange = function() {
		if (http.readyState == 4) {
			document.getElementById('pop_coupon').innerHTML = http.responseText;
			document.getElementById('print_coupon').innerHTML = http.responseText;
		} 
	}				

	http.send(null); 
}

function send_email(sendto,whofrom,formname,fname,lname,email,phone,make,vtype){

	sndemail.open('GET', 'include/sendemail.inc.php?sendto=' + encodeURIComponent(sendto) +
		'&whofrom=' + encodeURIComponent(whofrom) +
		'&formname=' + encodeURIComponent(formname) +
		'&fname=' + encodeURIComponent(fname) +
		'&lname=' + encodeURIComponent(lname) +
		'&email=' + encodeURIComponent(email) +
		'&phone=' + encodeURIComponent(phone) +
		'&make=' + encodeURIComponent(make) +
		'&vtype=' + encodeURIComponent(vtype));

	sndemail.onreadystatechange = function() {
		if (sndemail.readyState == 4) {		
			//document.getElementById('out').innerHTML = http.responseText;
		} 
	}				

	sndemail.send(null);
}

function DataOne_validateForm() { //v4.0
  var niceName,i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
  for (i=0; i<(args.length-2); i+=4) { 
	test=args[i+2]; 
	val=MM_findObj(args[i]);
	niceName = args[i+3];
	if (val) { 
		if ( niceName=="" ) {
			niceName = val.name;
		}
		if ((val=val.value)!="") {
			if (test.indexOf('isEmail')!=-1) { 
				p=val.indexOf('@');
				if (p<1 || p==(val.length-1)) errors+='- '+niceName+' must contain an e-mail address.\n';
			} else if (test!='R') { 
				num = parseFloat(val);
				if (isNaN(val)) errors+='- '+niceName+' must contain a number.\n';
				if (test.indexOf('inRange') != -1) { 
					p=test.indexOf(':');
					min=test.substring(8,p); 
					max=test.substring(p+1);
					if (num<min || max<num) errors+='- '+niceName+' must contain a number between '+min+' and '+max+'.\n';
				} 
			} 
		} else if (test.charAt(0) == 'R') errors += '- '+niceName+' is required.\n'; 
	}
  } 
  if (errors) alert('The following error(s) occurred:\n'+errors);
  document.MM_returnValue = (errors == '');
}

function log_dealer_activity(type,page,dealerid) {
	var log_act = createRequestObject();
	log_act.open('GET', 'include/log_dlractivity.inc.php?ajax_logged=1&type='+type+'&page='+page+'&dealerid='+dealerid);
	log_act.onreadystatechange = function() {
		if (log_act.readyState == 4) {		
			//alert(log_act.responseText);
		} 
	}	
	log_act.send(null);	
}

function log_ad_click(ad_num) {
	var log_act = createRequestObject();
	log_act.open('GET', 'include/track_outbound.php?ad_num='+ad_num);
	log_act.onreadystatechange = function() {
		if (log_act.readyState == 4) {		
			if (log_act.responseText != '') {
				//window.open=log_act.responseText;
			}
		} 
	}	
	log_act.send(null);	
}
