var imgheight
var imgleft
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=435:imgheight=200
window.screen.width>800 ? imgleft=15:imgleft=110
function sdaqload()
{
if (navigator.appName == "Netscape")
{document.sdaq.pageY=pageYOffset+window.innerHeight-imgheight;
document.sdaq.pageX=imgleft;
sdaqmove();
}
else
{
sdaq.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
sdaq.style.left=imgleft;
sdaqmove();
}
}
function sdaqmove()
 {
 if(document.ns)
 {
 document.sdaq.top=pageYOffset+window.innerHeight-imgheight
 document.sdaq.left=imgleft;
 setTimeout("sdaqmove();",80)
 }
 else
 {
 sdaq.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 sdaq.style.left=imgleft;
 setTimeout("sdaqmove();",80)
 }
 }

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=sdaq top=300 width=64 height=80><EMBED src='images/Movie1.swf' quality=high  WIDTH=86 HEIGHT=230 TYPE='application/x-shockwave-flash' id=chinanasdaq ></EMBED></layer>");
sdaqload()}
else
{
document.write("<div id=sdaq style='position: absolute;width:64;top:300;visibility: visible;z-index: 1'><EMBED src='images/Movie2.swf' quality=high  WIDTH=86 HEIGHT=230 TYPE='application/x-shockwave-flash' id=chinanasdaq ></EMBED></div>");
sdaqload()
}
  
