// JavaScript Document

var str_location = new String( window.location );

function btog() {	/*繁体转简体*/
	if ( str_location.indexOf("/gtb/") > 0 ) {
		var str_GBurl = decodeURIComponent( str_location.substring( str_location.indexOf("url=")+4 ) );
		window.location.href = str_GBurl;
	} else {
		alert("此页面已经是简体版");
	}
}

function gtob() {	/*简体转繁体*/
	
	if ( str_location.indexOf("/gtb/") > 0 ) {
		alert("此頁面已經是繁體版");
	} else {
		window.location.href = "http://www.sdfgw.gov.cn/gtb/index.jsp?url=" +  str_location;
	}
}

document.writeln("<table width='1002' border='0' align='center' cellpadding='0' cellspacing='0'>");
document.writeln("  <tr>");
document.writeln("    <td><EMBED id='sdfgw_banner' pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' src='http://www.sdfgw.gov.cn/flash/1/100502211505829.swf' width='1002' height='149' type='application/x-shockwave-flash' quality='high' wmode='opaque'> </EMBED></td>");
document.writeln("  </tr>");
document.writeln("</table>");