/*var imgheightLeft
document.nsLeft = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=400:imgheight=220
 function myload_Left()
{
if (navigator.appName == "Netscape")
{document.dangdangLeft.pageY=pageYOffset+window.innerHeight-imgheight;
document.dangdangLeft.pageX=+window.innerWidth-1020;
mymove_Left();
}
else
{
dangdangLeft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
dangdangLeft.style.left=document.body.offsetWidth-1020;
mymove_Left();
}
}
 function mymove_Left()
 {
 if(document.nsLeft)
 {
 document.dangdangLeft.top=pageYOffset+window.innerHeight-imgheight;
 document.dangdangLeft.left=pageXOffset+window.innerWidth-1020;
 setTimeout("mymove_Left();",80)
 }
 else
 {
 dangdangLeft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 dangdangLeft.style.left=document.body.scrollLeft+document.body.offsetWidth-1020;
 setTimeout("mymove_Left();",80)
 }
 }

function MM_reloadPage_Left(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_Left; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage_Left(true)




if (navigator.appName == "Netscape")
{document.write("<layer id=dangdangLeft top=300 width=110 height=100><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='100' height='100'><param name=movie value='/admin_images/Html_images/index_Left_drift.swf'><param name=quality value=high><embed src='/admin_images/Html_images/dl_index_Left_drift.swf' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash'></embed></object></layer>");
myload_Left()}
else
{
document.write("<div id=dangdangLeft style='position: absolute;width:120;top:200;left:508;visibility: visible;z-index: 1'><object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' width='110' height='100'><param name=movie value='/admin_images/Html_images/index_Left_drift.swf'><param name=quality value=high><embed src='/admin_images/Html_images/index_Left_drift.swf' quality=high pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' type='application/x-shockwave-flash'></embed></object></div>");
myload_Left()
}
*/