 
var footer = function(){
	var cs = [];
	cs[0] = "<style>#mmo_bottom{width:100%; text-align:center; font-size:12px; font-family:Tahoma}#mmo_bottom .copyright{ width:420px; float:left; padding-top:6px;}#mmo_bottom .logo{ width:50px; height:41px; float:left;}html>body #mmo_bottom .logo{background:none no-repeat;}* html #mmo_bottom .logo <\/style>";
	cs[2] = "<div id=\"mmo_bottom\"><div style=\"width: 95%; font-weight:bold;text-align:right;position:relative\"><div style=\"z-index:1;position:absolute;right:40px;top:15px\"><A onclick=scroll(0,0) href=\"#\" id=\"scalltotop\"><img src=\"http://images.mmosite.com/www/images/totop.gif\" border=\"0\" class=\"mmototop\"> Top</a></div></div><br \/><div style=\"width:510px; margin-left:auto; margin-right:auto\"><div class=\"logo\"><\/div><div class=\"copyright\">Copyright© vrBrothers Software. 2000 - 2009 All right reserved <\/div><\/div><\/div>";
	return document.writeln(cs.join(""));
}
footer();

var ua = navigator.userAgent.toLowerCase();
var isIE = (ua.indexOf("msie") > -1),isIE7 = (ua.indexOf("msie 7") > -1),isOpera = (ua.indexOf("opera") > -1),isSafari = (ua.indexOf("webkit") != -1 || ua.indexOf("khtml") != -1),isGecko = (!isSafari && ua.indexOf("gecko") > -1);
function $(id) {
	return document.getElementById(id);
}

if(!$('flashdiv1') || !$('flashdiv2') ){
}else{
if(isIE){
$('flashdiv1').style.height = document.body.scrollHeight;
$('flashdiv2').style.height = document.body.scrollHeight;
}else{
$('flashdiv1').style.height = document.body.scrollHeight - 100;
$('flashdiv2').style.height = document.body.scrollHeight - 100;
}
}
