var ah;
var aw;

function height() {
	Browser = navigator.appName;
  	if (navigator.appName.substring(0,9) == "Microsoft") Browser = 'MSIE';
  	if (Browser != 'MSIE') {
      		var ah = innerHeight;
    	} else {
      		var ah = document.body.clientHeight;
      	}
	return ah;
}

function width() {
	Browser = navigator.appName;
  	if (navigator.appName.substring(0,9) == "Microsoft") Browser = 'MSIE';
  	if (Browser != 'MSIE') {
      		var aw = innerWidth;
    	} else {
      		var aw = document.body.clientWidth;
      	}
	return aw;
}

function MM_openBrWindow(theURL,winName,features){
	var win = window.open(theURL,winName,'width=450,height=480,left=175,top=230,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1');
	win.focus();
	// screen.height-(height()+65) + (height()-420)/2 
	}

function MM_openContact(theURL,winName,features){
	window.open(theURL,winName,'width=780,height=410,left='+(width()/2 - 395) + ',top=' + (screen.height/2 - 193)+ ',toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0');
	}

function MM_openDealer(theURL,winName,features){
	window.open(theURL,winName,'width=390,height=390,left='+(width()/2 - 395) + ',top=' + (screen.height/2 - 195)+ ',toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0');
	}

