// JavaScript Document
function Button1_onclick() {
    window.location.href="http://www.google.cn/search?complete=1&hl=zh-CN&q="+document.getElementById("txtKey2").value+"site%3Awww.pat2005.com&meta=";
}
function getDIVPos(obj,str)
{
    var iPos = 0; 
    while (obj != null)
    {
        iPos += obj["offset" + str];
        obj = obj.offsetParent;
    } 
    return iPos;
}
//添加到收藏夹
function addBookmark(title,url)
{
    if (window.sidebar) 
    { 
        window.sidebar.addPanel(title, url,""); 
    }
    else if( document.all ) 
    {
        window.external.AddFavorite( url, title);
    } 
    else if( window.opera && window.print ) 
    {
        return true;
    }
}
function MouseOver(li_id,child_id,keyword)
{
    document.getElementById(li_id).style.backgroundImage='url(/images/menu_ico_blue_2.jpg)';    
    document.getElementById(child_id).style.color='#5e93d9';
   // SetMenu(keyword,li_id);
    //document.getElementById("marqueeword").style.display="none";
    //document.getElementById("childMenu").style.display="block";
    //document.getElementById('a_hotel').style.color='#ffffff';
}
function MouseOut(li_id,child_id)
{
    document.getElementById(li_id).style.backgroundImage='';
    document.getElementById(child_id).style.color='#ffffff';    
    //document.getElementById("marqueeword").style.display="block";
    //document.getElementById("childMenu").style.display="none";
}

function showNav(li_id)
{
	for(i=1;i<7;i++)
	{
		document.getElementById("nav_li"+i).style.background='';    
        document.getElementById("nav_li"+i).style.color='#FFFFFF';
	}
	document.getElementById(li_id).style.background='url(images/Bnavsub.jpg) no-repeat';    
    document.getElementById(li_id).style.color='#3399CC';
	//alert(document.getElementById(li_id).style.background);
}

function setposition()
{
    var left = (parseInt(getDIVPos(document.getElementById("td_ubo"),"Left"))+85)+"px";
    var top = (parseInt(getDIVPos(document.getElementById("td_ubo"),"Top"))+5)+"px";
    document.getElementById("f_new").style.left = left;
    document.getElementById("f_new").style.top = top;
    //<img src="http://www.pat2005.com/ubo/images/new.gif" alt="" />
    document.getElementById("f_new").innerHTML="<img src=\"http://www.pat2005.com/ubo/images/new.gif\"/>"
}