﻿/*
Febird ExtJS for desktop
*/
Ext.BLANK_IMAGE_URL = 'images/s.gif';

/* iframe automatic  height  onload="this.height=gfc_wall.document.body.scrollHeight"  */

HTML_Twitter='<iframe id="twitter" name="twitter" width="100%" height="100%" frameborder="0" src="files/twitter.html"></iframe>';
HTML_GFC_Member='<iframe id="gfc_member" name="gfc_member" width="100%" height="100%" frameborder="0" src="files/gfc_member.html"></iframe>';
HTML_GFC_Wall='<iframe id="gfc_wall" name="gfc_wall" width="100%" height="100%"  frameborder="0" src="files/gfc_wall.html"></iframe>';

HTML_Self="<iframe src='http://docs.google.com/EmbedSlideshow?docid=dcfttq53_114fgrxdsfj&amp;size=l' frameborder='0' width='700' height='559'></iframe>";
HTML_Links='<iframe id="links" name="links" width="100%" height="100%"  frameborder="0" src="files/links.html"></iframe>';
HTML_wnl='<iframe id="links" name="links" width="100%" height="100%"  frameborder="0" src="files/wnl.html"></iframe>';


function startMenuSettings() {// **测试函数**//
	Ext.Msg.alert("属性","二月鸟的Web2.0主页，建议使用Google Chrome浏览器浏览！");
}

function refresh() {// **刷新函数**//
	window.location.reload();
}

function openFebirdBlog(){
	var openParams = 'fullscreen=no,toolbar=yes,menubar=yes,'
			+ 'status=yes,location=yes,scrollbars=no,width=' + screen.width
			+ ',height=' + screen.height;
	window.open("http://dan.febird.net", '', openParams);
}

Ext.onReady(function(){
		
});
