document.writeln("<div id=\"msn\" style=\"Z-INDEX:99999; LEFT:0px; POSITION:absolute; TOP:0px;\">");
document.writeln("<a href='?#top'><img src='../images/top.gif' border='0'></a><\/div>");

msn.style.top=document.body.clientHeight-174;
msn.style.left=document.body.clientWidth-225;
moveR();
function moveR() {
if ((screen.width == 1024) && (screen.height == 768)){
msn.style.top=document.body.scrollTop+document.body.clientHeight-50;
msn.style.left=document.body.scrollLeft+document.body.clientWidth-100;
setTimeout("moveR();",80)
}else{
if ((screen.width == 800) && (screen.height == 600)){
msn.style.top=document.body.scrollTop+document.body.clientHeight-145;
msn.style.left=document.body.scrollLeft+document.body.clientWidth-765;
setTimeout("moveR();",80)
}else{
if ((screen.width == 1152) && (screen.height == 864)){
msn.style.top=document.body.scrollTop+document.body.clientHeight-145;
msn.style.left=document.body.scrollLeft+document.body.clientWidth-1011;
setTimeout("moveR();",80)
}else{
if ((screen.width == 1400) && (screen.height == 1050)){
msn.style.top=document.body.scrollTop+document.body.clientHeight-145;
msn.style.left=document.body.scrollLeft+document.body.clientWidth-1135;
setTimeout("moveR();",80)
}else{
msn.style.top=document.body.scrollTop+document.body.clientHeight-145;
msn.style.left=(document.body.scrollLeft+document.body.clientWidth-950)*0.595;
setTimeout("moveR();",80)
}
}
}
}
}



function closeDiv(){
	msn.style.visibility='hidden';
}