function gotourl(id)
{
	window.location=id
}
function openurl(id)
{
	window.open (id, '')
}
function openurl1(id1,wi,hi)
{
if(id1!="")
{
if(wi==0)
{
wi=screen.width-100
hi=screen.height-100
}
var left1=(screen.width-wi)/2
var top1=(screen.height-hi)/2-20
wwtpop=window.open (id1, "wwtupfile", "height="+hi+", width="+wi+", left="+left1+", top="+top1+",toolbar=no, menubar=no, scrollbars=yes, resizable=no, location=no, status=up")
wwtpop.focus();
}
}

function Favorites()
{
window.external.AddFavorite('http://www.tzs.cn','ÖÐ¹ú¡¤ÌìÖùÉ½ www.tzs.cn')
}
