// JavaScript Document


function openwin(){ 
window.open("cz1.htm","","width=1024,height=768") 
} 

function openwinl(){ 
window.open("cz2.htm","","width=1024,height=768,scrollbars=yes,resizable=yes") 
} 

	
function tover(menu){
	
	menu.src="ico/more_over.gif";
	}
function tout(menu2){
	
	menu2.src="ico/more_out.gif";
	}
	
	
	
    function AddFavorite(sURL, sTitle) 
    { 
         try 
       { 
           window.external.addFavorite(sURL, sTitle); 
        } 
       catch (e) 
        { 
            try 
           { 
                window.sidebar.addPanel(sTitle, sURL, ""); 
            } 
             catch (e) 
            { 
               alert("加入收藏失败，请使用Ctrl+D进行添加"); 
             } 
        } 
    } 


