//transPNGpic
var arVersion=navigator.appVersion.split("MSIE");var version=parseFloat(arVersion[1]);function transPNGPic(myImage){if((version>=5.5)&&(version<7)&&(document.body.filters))
{var imgID=(myImage.id)?"id='"+myImage.id+"' ":""
var imgClass=(myImage.className)?"class='"+myImage.className+"' ":""
var imgTitle=(myImage.title)?"title='"+myImage.title+"' ":"title='"+myImage.alt+"' "
var imgStyle="display:inline-block;"+myImage.style.cssText
var strNewHTML="<span "+imgID+imgClass+imgTitle
+" style=\""+"cursor:hand;width:"+myImage.width
+"px; height:"+myImage.height
+"px;"+imgStyle+";"
+"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
+"(src=\'"+myImage.src+"\', sizingMethod='scale');\"></span>"
myImage.outerHTML=strNewHTML;}}

function footer(siteType)
{
	//siteType = (siteType == 'dp' ) ? siteType : 'dp';
	if( siteType == 'dp')
	{
		var str1 = '<dl><dt><a href="http://www.gamedp.com/"><img onload="transPNGPic(this)" alt="www.gamedp.com" border="0" src="http://images.gamedp.com/www/news/20111230/aiyou_logo_136x60_white.png"></a></dt><dd><a href="http://www.gamedp.com/about/about.shtml">About us</a> | <a href="http://www.gamedp.com/about/refund_policy.shtml">Refund Policy</a> | <a href="http://www.gamedp.com/about/partners.shtml">Partners</a> | <a href="http://www.gamedp.com/about/privacy.shtml">Legal Documents</a> | <a href="http://www.gamedp.com/about/support.shtml">Support</a> | <a href="http://www.gamedp.com/about/privacy_policy.shtml">Privacy Policy</a><br>Copyright &copy; 2008-2012 Aiyou Network Technology All Rights Reserved.</dd></dl>'
      document.write(str1);
		}	
	else if( siteType == 'en_dc')
	 {
		 var str1 = '<dl><dt><a href="http://www.gamedp.com/"><img  border="0" onload="transPNGPic(this)" alt="www.gamedp.com" src="http://images.gamedp.com/www/news/20111230/aiyou_logo_136x60_white.png"></a></dt><dd><a href="http://www.gamedp.com/about/about.shtml">About us</a> | <a href="http://www.gamedp.com/about/refund_policy.shtml">Refund Policy</a> | <a href="http://www.gamedp.com/about/partners.shtml">Partners</a> | <a href="http://www.gamedp.com/about/privacy.shtml">Legal Documents</a> | <a href="http://www.gamedp.com/about/support.shtml">Support</a> | <a href="http://www.gamedp.com/about/privacy_policy.shtml">Privacy Policy</a><br>Copyright &copy; 2008-2012 Aiyou Network Technology All Rights Reserved.</dd><dd> Language: <select onchange="javascript:window.location=this.value;" id="lang_select"><option selected="selected" value="http://dc.gamedp.com/index/">English</option><option value="http://tineen.gamedp.com/index/">&#1593;&#1585;&#1576;&#1610;</option></select></dd></dl>'
      document.write(str1);

		 }
	else if( siteType == 'en_wf')
	 {
		 var str1 = '<dl><dt><a href="http://www.gamedp.com/"><img  border="0" onload="transPNGPic(this)" alt="www.gamedp.com" src="http://images.gamedp.com/www/news/20111230/aiyou_logo_136x60_white.png"></a></dt><dd><a href="http://www.gamedp.com/about/about.shtml">About us</a> | <a href="http://www.gamedp.com/about/refund_policy.shtml">Refund Policy</a> | <a href="http://www.gamedp.com/about/partners.shtml">Partners</a> | <a href="http://www.gamedp.com/about/privacy.shtml">Legal Documents</a> | <a href="http://www.gamedp.com/about/support.shtml">Support</a> | <a href="http://www.gamedp.com/about/privacy_policy.shtml">Privacy Policy</a><br>Copyright &copy; 2008-2012 Aiyou Network Technology All Rights Reserved.</dd></dl>'
      document.write(str1);
		 }	 
		 else if( siteType == 'en_rnr')
	 {
		 var str1 = '<dl><dt><a href="http://www.gamedp.com/"><img  border="0" onload="transPNGPic(this)" alt="www.gamedp.com" src="http://images.gamedp.com/www/news/20111230/aiyou_logo_136x60_white.png"></a></dt><dd><a href="http://www.gamedp.com/about/about.shtml">About us</a> | <a href="http://www.gamedp.com/about/refund_policy.shtml">Refund Policy</a> | <a href="http://www.gamedp.com/about/partners.shtml">Partners</a> | <a href="http://www.gamedp.com/about/privacy.shtml">Legal Documents</a> | <a href="http://www.gamedp.com/about/support.shtml">Support</a> | <a href="http://www.gamedp.com/about/privacy_policy.shtml">Privacy Policy</a><br>Copyright &copy; 2008-2012 Aiyou Network Technology All Rights Reserved.</dd></dl>'
      document.write(str1);
		 }	 
	}
