<!--
function Kalkulator()
{
	var link = "http://eff.daimlerchrysler-bank.com/eff/webapp/smart/ui/CalculatorUI.jsp?type=smart&country=de&currency=EUR&language=ger&finance_mode=balloon_financing&model_label=45033011&vehicle_combo=true&list_price=&installment=36&mileage=30000&insurance_for_debt=true";
    var x = 535;
	var y = 637;
	
	var window_left = ( screen.width - x ) / 2;
	var window_top = ( screen.height - y ) / 2;
	
	Window = open( link, 'smartcalc', "width="+x+",height="+y+",top="+window_top+",left="+window_left+",screenX="+window_left+",screenY="+window_top+",scrollbars=1");
	Window.focus();
}

function Konfigurator() {
	var x=910;
	var y=700;
	var ccUrl="http://www.smart.com/is-bin/INTERSHOP.enfinity/WFS/mpc-de-content-Site/de_DE/-/EUR/Smart_CarConfigurator-ModelSelection?cache=true";
	
	var window_left = ( screen.width - x ) / 2;
	var window_top = ( screen.height - y ) / 2;

    Window = open(ccUrl,'smartconf','width='+x+',height='+y+',locationbar=no,toolbar=no,scrollbars=yes,left='+window_left+',top='+window_top+',toolbar=no');
	Window.focus();
}

function Contactpage() {
	var x=626;
	var y=690;
	var contactUrl="formular.action?form=contact&catid=-1";
	var window_left = ( screen.width - x ) / 2;
	var window_top = ( screen.height - y ) / 2;

   Window = open("formular.action?form=contact&catid=-1",'contact','width='+x+',height='+y+',locationbar=no,toolbar=no,scrollbars=yes,left='+window_left+',top='+window_top+',toolbar=no');
	Window.focus();
}

function windowClose() {
	javascript: window.self.opener = self; 
	window.close();
}

function changeImage(imageName, imageObj) {
	window.document.getElementById(imageName).src = imageObj.src;
}

-->

