function getQuickBooking1(Client,Width,Height,Param) {

	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' height='" +  Height + "' width='" + Width + "'>");
	document.write("<param name='movie' value='http://"+Client+"/quickbooking.swf?client="+Client+Param+"'>");
	document.write("<param name='quality' value='best'>");
	document.write("<param name='play' value='true'>");
	document.write("<param name='menu' value='false'>");
	document.write("<param name='allowScriptAccess' value='always' />");
	document.write("<embed allowScriptAccess='always' menu='false' height='" + Height + "' pluginspage='http://www.macromedia.com/go/getflashplayer' src='http://"+Client+"/quickbooking.swf?client="+Client+Param+"' type='application/x-shockwave-flash' width='" + Width + "' quality='best' play='true'>");
	document.write("</object>");
	
}



// Flash Film schreiben
function getQuickBooking(Client,Width,Height,Parameter) {

	var Path="http://"+Client+"/quickbooking.swf?client="+Client+Parameter
	
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' width='" + Width + "' height='" + Height + "' id='" + Path + "' align='middle'>");
	document.write("<param name='movie' value='" + Path + "' />");
	document.write("<param name='quality' value='high' />");
	document.write("<param name='wmode' value='window' />");
	document.write("<param name='allowScriptAccess' value='always' />");
	document.write("<param name='allowFullScreen' value='true' />");
	document.write("<!--[if !IE]>-->");
	document.write("<object type='application/x-shockwave-flash' data='" + Path + "' width='" + Width + "' height='" + Height + "'>");
	document.write("<param name='movie' value='" + Path + "' />");
	document.write("<param name='quality' value='high' />");
	document.write("<param name='wmode' value='window' />");
	document.write("<param name='scale' value='showall' />");
	document.write("<param name='allowScriptAccess' value='always' />");
	document.write("<param name='allowFullScreen' value='true' />");
	document.write("<!--<![endif]-->");
	document.write("<a href='http://www.adobe.com/go/getflash' target='_blank'>");
	document.write("<img src='http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif' alt='Get Adobe Flash Player' border='0' />");
	document.write("</a>");
	document.write("<!--[if !IE]>-->");
	document.write("</object>");
	document.write("<!--<![endif]-->");
	document.write("</object>");
	
}
