/*

//Bsp f. Kommunikation mit Flash-Film
function activateCar( variantID, pictPathsDetailGallery, carPictUrl ) {

	thisMovie("detailgallery").loadDetailGallery( pictPathsDetailGallery );

}
*/



function thisMovie(movieName) {
	var isIE = navigator.appName.indexOf("Microsoft") != -1;
	return (isIE) ? window[movieName] : document[movieName];
}


/*function openExampleWin( url, title, width, height ) {


	exampleWin = open( url , title ,"width=" + width + ",height=" + height + ",locationbar=no,menubar=no,status=no");

	exampleWin.moveTo(20,20);

}*/

