var MA = [];

function swapPreview(id,cid){
	document.getElementById('preview').src = "images/dbpic_cache/"+cid+"_"+id+".jpg";
}

function swapxxl(id,cid){
	document.getElementById('preview').src = "../images/xxl_cache/"+cid+"_"+id+".jpg";
}


function meinung(CAR){
	window.open('http://dreamday-with-dreamcar.de/meinung.html?car='+CAR, "m_"+CAR, "width=300,height=150,left=300,top=300");
}

function xxl(CAR){
	window.open('http://dreamday-with-dreamcar.de/cars/xxl.php?car='+CAR, "xxl_"+CAR, "width=680,height=600,left=20,top=20,scrollbar=yes");
}
