// JavaScript Document
function openWCars(name,width,height) {
	var carsFenster = window.open('/flashWindow.php?video='+name+'&width='+width+'&height='+height,'flashVideo'+name,'width='+width+',height='+height);
	carsFenster.focus();
}
