function Fid(id){
	return document.getElementById(id);
}
function indexswf(){
	document.write('<object type="application/x-shockwave-flash" data="flash/bcastr4.swf?xml=js/bcastr.xml" width="593" height="256">');
	document.write('<param name="movie" value="flash/bcastr4.swf?xml=js/bcastr.xml" />');
	document.write('<param name="menu" value="false" />');
	document.write('<param name="wmode" value="Opaque" />');
	document.write('</object>');
}
//打开页面
function openurl(url){
	window.open(url);
}

//QQ Online 
function qq(){	//363530802
	window.open('http://wpa.qq.com/msgrd?v=1&uin=363530802&menu=yes');
}
//QQ Online
function qq2(){	//787032305
	window.open('http://wpa.qq.com/msgrd?v=1&uin=787032305&menu=yes');
}
