﻿var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=320:imgheight=100
 function myload()
{
if (navigator.appName == "Netscape")
{document.dangdang.pageY=pageYOffset+window.innerHeight-imgheight;
document.dangdang.pageX=+window.innerWidth-120;
mymove();
}
else
{
dangdang.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-100;
dangdang.style.left=873;
mymove();
}
}
 function mymove()
 {
 if(document.ns)
 {
 document.dangdang.top=pageYOffset+window.innerHeight-imgheight-100;
 document.dangdang.left=873;
 setTimeout("mymove();",50)
 }
 else
 {
 dangdang.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight-100;
 dangdang.style.left=873;
 setTimeout("mymove();",50)
 }
 }

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();
	}
MM_reloadPage(true)




if (navigator.appName == "Netscape")
	{document.write("<layer id=dangdang top=300 width=88 height=240><object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.#version=5,0,30,0 height=316 width=88><param name=movie value=../swf/quickmenu.swf><param name=quality value=best><param name=play value=true><embed height=240 pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash src=../swf/quickmenu.swf type=application/x-shockwave-flash width=88 quality=best play=true> </object></layer>");
	myload()
	}
	else
	{
	document.write("<div id=dangdang style='position: absolute;width:80;top:0;left:578;visibility: visible;z-index: 1'><object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.#version=5,0,30,0 height=240 width=88><param name=movie value=../swf/quickmenu.swf><param name=quality value=best><param name=play value=true><embed height=240 pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash src=../swf/quickmenu.swf type=application/x-shockwave-flash width=88 quality=best play=true> </object></div>");
	myload()
	}