// JavaScript Document
/*********************************************************************
 *  Navigation Flash / HTM
 *  PFAD: ROOT: start intro
 *
 *********************************************************************/
 
var oeTags = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'WIDTH="800" HEIGHT="600"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"'
	+ 'ID="INTRO">'
    + '<PARAM NAME="MOVIE" VALUE="start.swf">'
	+ '<PARAM NAME="PLAY" VALUE="false">'
    + '<PARAM NAME="LOOP" VALUE="false">'
    + '<PARAM NAME="QUALITY" VALUE="high">'
    + '<PARAM NAME="MENU" VALUE="false">'
    + '<EMBED SRC="start.swf"'
    + 'WIDTH="800" HEIGHT="600"'
    + 'PLAY="false"'
    + 'LOOP="false"'
    + 'QUALITY="high"'
    + 'MENU="false"'
    + 'TYPE="application/x-shockwave-flash"'
    + 'PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">'
    + '<\/EMBED>'
    + '<\/OBJECT>';
	
var alternateContent = '<table width="100%"  border="0" cellpadding="0" cellspacing="0">'
  	+ '<tr><td height="600" align="center" valign="top"><img src="start.jpg" width="800" height="399" border="0">'
	+ '<br><br>'
	+ '<a href="de/idee/index.htm">IDEE<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;'
	+ '<a href="de/fakten/index.htm">FAKTEN<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;'
	+ '<a href="de/denkfabrik/index.htm">DENKFABRIK<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;'
	+ '<a href="de/kreation/index.htm">KREATION<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;'
	+ '<a href="de/news/index.htm">NEWS<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;'
	+ '<a href="de/service/index.htm">SERVICE<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;'
	+ '<a href="de/kontakt/index.htm">KONTAKT<\/a><\/td><\/tr>'
	+ '<\/table>';