if (typeof Cobalt == "undefined") var Cobalt = {};
Cobalt.NewModelsPage_lexus = {
	
	getLocalUrl: function(url) {
		window.location = url;
	}
	
	,getExternalUrl: function(url) {
		window.open(url);
	}
	
	,contactUs: function() {
		var contactUs = new ContactUs();
	}
	
	,modelDetails: function(model) {
		this.getLocalUrl("./NewModelsPageDetails?model=" + model);
	}
	
	,buildYourLexus: function() {
		this.getLocalUrl("./?http://www.lexus.com/lexusConfigApp/pub/setStartOptions.do?zipCode=" + DEALER.ZIP + "&dealer=" + DEALER.DEALER_CODE);
	}
	
	,compareVehicles: function() {
		this.getLocalUrl("./Redirect1");
	}
	
};