function goHome()
{
		document.location='index.html';
}


function go1(chk)
{
         if (chk==0) {
			document.location ='/tel/main.html';//
		}  else if (chk==1) {
			document.location ='/tel/01.html';
		}  else if (chk==2) {
			document.location ='/tel/02.html';
		}  else if (chk==3) {
			document.location ='/tel/03.html';
		}  else if (chk==4) {
			document.location ='/tel/04.html';
		}  else if (chk==5) {
			document.location ='/tel/05.html';
		}
}




function go2(chk)
{
         if (chk==0) {
			document.location ='/sho/main.html';
		}  else if (chk==1) {
			document.location ='/sho/01.html';
		}  else if (chk==2) {
			document.location ='/sho/02.html';
		}  else if (chk==3) {
			document.location ='/sho/03.html';
		}  else if (chk==4) {
			document.location ='/sho/04.html';
		}
}


function go3(chk)
{
         if (chk==0) {
			document.location ='/fea/main.html';
		}  else if (chk==1) {
			document.location ='/fea/01.html';
		}  else if (chk==2) {
			document.location ='/fea/02.html';
		}
}


function go4(chk)
{
         if (chk==0) {
			document.location ='/pro/main.html';
		}  else if (chk==1) {
			document.location ='/pro/01.html';
		}  else if (chk==2) {
			document.location ='/pro/02.html';
		}
}



function  go5(chk)
{
if (chk==0) {
			document.location= '/mov/main.html';   
		}  else if (chk==1) {
			document.location = '/mov/01.html';  
		}  else if (chk==2) {
			document.location = '/mov/02.html';  
		}  else if (chk==3) {
			document.location = '/mov/03.html';  
		}  else if (chk==4) {
			document.location = '/mov/04.html';  
		}  else if (chk==5) {
			document.location = '/mov/05.html';  
		}
}

function  go6(chk)
{
if (chk==0) {
			document.location= '/comp/main.html';   
		}  else if (chk==1) {
			document.location = '/comp/01.html';  
		}  else if (chk==2) {
			document.location = '/comp/02.html';  
		}  else if (chk==3) {
			document.location = '/comp/03.html';  
		}  else if (chk==4) {
			document.location = '/comp/04.html';  
		}  else if (chk==5) {
			document.location = '/comp/05.html';  
		}
}


