// JavaScript Document

//////////////////////////////index
function index(){	
	window.open("index.asp","_self")
	}
	
//////////////////////////////brandIndex
function brandIndex(){
	window.open("brand.asp","_self")	
	}

//////////////////////////////brand
function brand(){
	//window.open("brand.asp","_self")
	//document.getElementById('divTable').className="" 
	//document.getElementById('divTable').style.cssText="display:none;" 
	document.getElementById('divTable').className="divTableBrand" 
	window.open("none.asp","main")	
	}

//////////////////////////////aboutus
function aboutus(){
	document.getElementById('divTable').className="divTableBrandAboutus" 
	window.open("aboutus.asp","main")
	}

//////////////////////////////news
function news(){
	document.getElementById('divTable').className="divTableBrandAboutus" 
	window.open("news.asp","main")
	}

//////////////////////////////products
function products(){
	document.getElementById('divTable').className="divTableBrandProducts" 
	window.open("products.asp","main")
	}

//////////////////////////////contact
function contact(){
	document.getElementById('divTable').className="divTableBrandAboutus" 
	window.open("contact.asp","main")
	}
	
//////////////////////////////message
function message(){
	document.getElementById('divTable').className="divTableBrandAboutus" 
	window.open("message.asp","main")
	}
	
//////////////////////////////search
function search(){
	document.getElementById('divTable').className="divTableBrandAboutus" 
	window.open("search.asp","main")
	}

	
//////////////////////////////copyright
function copyright(){
	document.getElementById('divTable').className="divTableBrandAboutus" 
	window.open("copyright.asp","main")
	}
	
//////////////////////////////join
function join(){	
	document.getElementById('divTable').className="divTableBrand" 
	window.open("none.asp","main")	
	}

//////////////////////////////join1
function join1(){
	document.getElementById('divTable').className="divTableBrandAboutus" 
	window.open("join_view.asp?id=145","main")
	}

//////////////////////////////join2
function join2(){
	document.getElementById('divTable').className="divTableBrandAboutus" 
	window.open("join_view.asp?id=264","main")
	}

//////////////////////////////join3
function join3(){
	document.getElementById('divTable').className="divTableBrandAboutus" 
	window.open("join_view.asp?id=265","main")
	}

//////////////////////////////join4
function join4(){
	document.getElementById('divTable').className="divTableBrandAboutus" 
	window.open("join_view.asp?id=269","main")
	}

//////////////////////////////join5
function join5(){
	document.getElementById('divTable').className="divTableBrandAboutus" 
	window.open("join_view.asp?id=270","main")
	}
	

function closewindow(){
	window.close();
	}
	

function show1movie() {
    thisMovie("swfmovie").productsList();
	document.getElementById('divTable').className="divTableBrandProductsList" 
	window.open("products_list.asp","main")
}

function thisMovie(movieName) {
    if (navigator.appName.indexOf("Microsoft") != -1) {
        return window[movieName]
    }
    else {
        return document[movieName]
    }
}

