document.ns = navigator.appName == "Microsoft Internet Explorer"

var imgheight=ad_float_left_height
var imgleft
window.screen.width>800 ? imgleft=4:imgleft=4
//window.screen.width>800 ? imgheight=100:imgheight=100
 function myload()
{
myleft.style.top= document.body.scrollTop + 165;
myleft.style.left=4;
mymoveleft()
}
 function mymoveleft()
 {
	myleft.style.top= document.body.scrollTop + 165
	myleft.style.left=imgleft;
 setTimeout("mymoveleft();",20)
 }

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}

function HideLayersmyleft(){
//document.getElementById("myleft").style.display = "none";
document.getElementById("myleft").style.display = "none";
}

MM_reloadPage(true)

if(document.ns){
	
//if(ad_float_left_type == "jpg")
if(ad_float_left_type == "1")
	document.write("<div id=myleft style='position: absolute;top:160;left:2;visibility: visible;z-index: 1'><a href='" + ad_float_left_url + "' target = '_blank'><img src='" + ad_float_left_src + "' WIDTH="+ ad_float_left_width + " HEIGHT=" + ad_float_left_height +"  border = 0></a><br><a href='javascript:void(null)' onClick='HideLayersmyleft();'><font color='#000000' font-family='Arial, Helvetica, sans-serif'>close</font></a></div>");
//else if(ad_float_left_type == "swf")
else if(ad_float_left_type == "2")
	document.write("<div id=myleft style='position: absolute;top:0;left:12;visibility: visible;z-index: 1'><EMBED src='" + ad_float_left_src + "' quality=high  WIDTH="+ ad_float_left_width + " HEIGHT=" + ad_float_left_height +" TYPE='application/x-shockwave-flash'></EMBED><br><a href='javascript:void(null)' onClick='HideLayersmyleft();'><font color='#000000' font-family='Arial, Helvetica, sans-serif'>close</font></a></div>");
else
	document.write("<div id=myleft style='position: absolute;top:0;left:12;visibility: visible;z-index: 1'><a href='"+ ad_float_left_url +"' target='_blank'>"+ ad_float_left_titel+ "</a><br><a href='javascript:void(null)' onClick='HideLayersmyleft();'><font color='#000000' font-family='Arial, Helvetica, sans-serif'>close</font></a></div>");
myload()

}





























































