// JavaScript Document

// Hauck Kollegen

function CallFlash(id) {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="560" height="74"><param name="movie" value="fileadmin/images/logo_hp.swf" /><param name="quality" value="high" /><embed src="fileadmin/images/logo_hp.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="560" height="74"></embed></object>')
/*

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="306" height="74">\n'); 
		 document.write('<param name="movie" value="fileadmin/images/');
switch (id) {
		 case 0:  document.write ('logo_hp.swf">\n'); 
 		 break;
		}	 
         document.write('<param name="quality" value="high">\n');
		 
switch (id) {
	
         case 0:   document.write('<embed src="logo_hp.swf"'); 
 		 break;	
		}	
		 
		 
		 document.write('quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="306" height="74"></embed>\n');
	 
     document.write('</object>\n');
	 
	 */
	 }
	 
