﻿var html = '';

	html += '<div class="footer">';
	html += '<div class="about">';
	html += '<ul>';
	html += '<li class="about_left"><a href="#">關於育駿</a>|<a href="#">服務條款</a>|<a href="#">聯絡我們</a>|<a href="#">公司招聘</a>|<a href="#">客服中心</a>|<a href="#">商務合作</a>|<a href="#">友情鏈接</a></li>';
    html += '<li class="about_right"><a href="#top"><img src="images/9wee_hot.gif" border="0" /></a></li>';
	html += '</ul>';
	html += '</div>';
	html += '<div class="copyright">';
	html += '<ul>';
	html += '<li>育駿客服MSN: | 育駿科技股份有限公司版權所有 | 客服信箱： <a href="mailto:service@cmwebgame.com">service@cmwebgame.com </a>';
	html += '<li>Copyright © 2009 Cube Magic Inc. All Rights Reserved</li>';
	html += '</ul>';
	html += '</div>';
	html += '<div style="clear:both"></div>';
	html += '</div>';
	html += '<div id="zhezhao" style="display: none;position: absolute;z-index:10;left:0px;top:0px;background-color:#666666;filter: alpha(opacity = 50);-moz-opacity: 0.65;opacity: 0.65;"></div><div id="forum_select" style="display: none;position: absolute;height: 300px;width: 500px;z-index: 20;left: 50px;top: 100px;"><iframe id="iframe_forum_select" width="500px" height="300px" frameborder="0" scrolling="no" alt="論壇選擇" allowtransparency="true" style="margin: 0px;" src="forum_select.html"></iframe></div>';
	
document.write ( html );

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {

var pageTracker = _gat._getTracker("UA-10455454-3");

pageTracker._trackPageview();

} catch(err) {}

function show_forum(bb)
{
	if(bb)
	{
		document.getElementById("zhezhao").style.display="";
		document.getElementById("forum_select").style.width=document.body.width+"px"; 	//document.getElementById("forum_select").style.width=document.getElementById("sb").scrollWidth+"px"; 
		document.getElementById("forum_select").style.height=document.body.height+"px"; 
		//document.getElementById("forum_select").style.height=document.getElementById("sb").scrollWidth+"px"; 
		document.getElementById("forum_select").style.display=""; 
		bb=true;
	    var obj = document.getElementById('iframe_forum_select');
		if ( obj ) obj.src = "http://passport.cmwebgame.com/forum_select.html";
	}
	else
	{
	   document.getElementById("zhezhao").style.display="none";
	   document.getElementById("forum_select").style.display="none"; 
	   bb=false;
     }
}

var zhe_w=document.body.offsetWidth;

var zhe_h=document.body.offsetHeight;

if(zhe_w<window.screen.width) zhe_w=window.screen.width;

if(zhe_h<window.screen.height) zhe_h=window.screen.height;

document.getElementById('zhezhao').style.width=zhe_w+'px';
document.getElementById('zhezhao').style.height=zhe_h+'px';
document.getElementById('forum_select').style.left=window.screen.width/2-200+'px';
document.getElementById('forum_select').style.top=window.screen.height/2-260+'px';