var i=0;
function blinkenderlink(){
i++;
if (i==1) Farbe = "magenta"
if (i==2) Farbe = "#00A6EB"
//if (i==2) Farbe = "magenta"
if (document.all) { 
shop.style.color=Farbe
} else { 
document.getElementById('shop').style.color = Farbe
} 
if (i > 1) i = 0
setTimeout('blinkenderlink()', 200)
}

function openPic(breite, hoehe, source)
{
	popup = window.open('','','toolbar=no,menu=no,resizable=no,status=no,scrollbars=no,width=' + breite + ',height=' + hoehe);
	popup.document.write('<head><title>soohotrightnow</title></head><body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"><img alt="" src="'+ source +'" border="0"></body>');
}

function openPicText(breite, hoehe, source, text)
{
	popup = window.open('','','toolbar=no,menu=no,resizable=no,status=no,scrollbars=no,width=' + breite + ',height=' + hoehe);
	popup.document.write('<head><title>soohotrightnow</title></head><body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"><img alt="" src="'+ source +'" border="0"><br><br><div align="center" style="font-family:verdana;font-size:11px;color:#00A6EB">' + text + '</div></body>');
}

function openFlash(breite, hoehe, source)
{
	popup = window.open('','','toolbar=no,menu=no,resizable=no,status=no,scrollbars=no,width=' + breite + ',height=' + hoehe);
	popup.document.write('<head><title>soohotrightnow</title><style>body {overflow:auto;}</style></head><body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="' + breite + '" height="' + hoehe + '" id="marcflipnosegrind" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+ source +'" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="'+ source +'" loop="false" menu="false" quality="high" bgcolor="#ffffff" width="' + breite + '" height="' + hoehe + '" name="marcflipnosegrind" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></body>');
}

function openFlashVideo(source)
{
	popup = window.open('','','toolbar=no,menu=no,resizable=no,status=no,scrollbars=no,width=320,height=240');
	popup.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>soohotrightnow</title></head><body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"><!--Im Film verwendete URLs--><!--Im Film verwendeter Text--><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="320" height="240" id="videoplayer" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="videoplayer.swf?file=' + source + '" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="videoplayer.swf?file=' + source + '" quality="high" bgcolor="#000000" width="320" height="240" name="videoplayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></body></html>');
}

function openFlashVideo2(breite, hoehe, source)
{
	popup = window.open('','','toolbar=no,menu=no,resizable=no,status=no,scrollbars=no,width=' + breite + ',height=' + hoehe);
	popup.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de"><head><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>soohotrightnow</title></head><body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"><!--Im Film verwendete URLs--><!--Im Film verwendeter Text--><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="' + breite + '" height="' + hoehe + '" id="videoplayer" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="videoplayer.swf?file=' + source + '" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="videoplayer.swf?file=' + source + '" quality="high" bgcolor="#000000" width="' + breite + '" height="' + hoehe + '" name="videoplayer" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></body></html>');
}

function externalLinks() { 
 if (!document.getElementsByTagName) return; 
 var anchors = document.getElementsByTagName("a"); 
 for (var i=0; i<anchors.length; i++) { 
   var anchor = anchors[i];
   if (anchor.getAttribute("href") && anchor.getAttribute("target") != "_self" && anchor.getAttribute("href") != "#" && anchor.getAttribute("rel") != "tag" && anchor.getAttribute("rel") != "notnew") 
     anchor.target = "_blank"; 
 } 
} 