var imgheight
var imgstr,imgstr1
imgstr="<img src='images/070508-01.jpg' width='90' height='90'>";
imgstr1="<img src='images/070508-02.jpg' width='90' height='90'>";
imgstr2="";
//imgstr="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='100' height='100'><param name='movie' value='/temp/gzkf/logo.swf'><param name='quality' value='high'><embed src='/temp/gzkf/logo.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='100' height='100'></embed></object>";
document.ns = navigator.appname == "netscape"
window.screen.width>800 ? imgheight=200:imgheight=120
 function myload()
{
if (navigator.appname == "netscape")
{
document.dangdang.pagey=pageyoffset+window.innerheight-imgheight;
document.dangdang.pagex=+window.innerwidth-200;
document.dangdang1.pagey=pageyoffset+window.innerheight-imgheight;
document.dangdang1.pagex=+window.innerwidth-200;
document.dangdang2.pagey=pageyoffset+window.innerheight-imgheight;
document.dangdang2.pagex=+window.innerwidth-200;
mymove();
}
else
{
dangdang.style.top=document.body.scrolltop+document.body.offsetheight-imgheight;
dangdang.style.left=document.body.offsetwidth-200;
dangdang1.style.top=document.body.scrolltop+document.body.offsetheight-imgheight;
dangdang1.style.left=document.body.offsetwidth-200;
dangdang2.style.top=document.body.scrolltop+document.body.offsetheight-imgheight;
dangdang2.style.left=document.body.offsetwidth-200;
mymove();
}
}
 function mymove()
 {
 if(document.ns)
 {
 document.dangdang.top=pageyoffset+window.innerheight-imgheight;
 document.dangdang.left=pagexoffset+window.innerwidth-200;
 document.dangdang1.top=pageyoffset+window.innerheight-imgheight;
 document.dangdang1.left=pagexoffset+window.innerwidth-200;
 document.dangdang2.top=pageyoffset+window.innerheight-imgheight;
 document.dangdang2.left=pagexoffset+window.innerwidth-200;
 settimeout("mymove();",20)
 }
 else
 {
 dangdang.style.top=document.body.scrolltop+document.body.offsetheight-imgheight-160;
 dangdang.style.left=document.body.scrollleft+document.body.offsetwidth-118;
 dangdang1.style.top=document.body.scrolltop+document.body.offsetheight-imgheight-60;
 dangdang1.style.left=document.body.scrollleft+document.body.offsetwidth-118;
 dangdang2.style.top=document.body.scrolltop+document.body.offsetheight-imgheight-0;
 dangdang2.style.left=document.body.scrollleft+document.body.offsetwidth-118;
 settimeout("mymove();",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();
}
mm_reloadpage(true)

if (navigator.appname == "netscape")
{
document.write("<layer id=dangdang top=300 width=100 height=100>"+imgstr+"</layer>");
document.write("<layer id=dangdang1 top=700 width=100 height=100>"+imgstr1+"</layer>");
document.write("<layer id=dangdang2 top=900 width=100 height=100>"+imgstr2+"</layer>");
myload()}
else
{
document.write("<div id=dangdang style='position: absolute;width:100;top:0;left:900;visibility: visible;z-index: 1'>"+imgstr+"</div>");
document.write("<div id=dangdang1 style='position: absolute;width:100;top:0;left:900;visibility: visible;z-index: 1'>"+imgstr1+"</div>");
document.write("<div id=dangdang2 style='position: absolute;width:100;top:0;left:900;visibility: visible;z-index: 1'>"+imgstr2+"</div>");
myload()
}



