// JavaScript Document

var root = "http://" + document.location.host;



/*---------------------------------------------------------------------------------------------*/


// Introducing Innopolis //

function sub01_1(){
	location.href = root + "/eng/01_introducing/01_bird.jsp";
}

function sub01_2(){
	location.href = root + "/eng/01_introducing/02_history.jsp";
}

function sub01_3(){
	location.href = root + "/eng/01_introducing/02_facts.jsp";
}

function sub01_4(){
	location.href = root + "/eng/01_introducing/03_geography.jsp";
}

function sub01_5(){
	location.href = root + "/eng/01_introducing/04_it.jsp";
}

function sub01_6(){
	location.href = root + "/eng/01_introducing/10_map.jsp";
}




// Investing in Innopolis //

function sub02_1(){
	location.href = root + "/eng/02_investing/01_innovation.jsp";
}

function sub02_2(){
	location.href = root + "/eng/02_investing/04_incentives.jsp";
}

function sub02_3(){
	location.href = root + "/eng/02_investing/08_investment.jsp";
}

function sub02_4(){
	location.href = root + "/eng/02_investing/12_contact.jsp";
}




// Living in Innopolis //

function sub03_1(){
	location.href = root + "/eng/03_living/01_accommodations.jsp";
}

function sub03_2(){
	location.href = root + "/eng/03_living/02_transportation.jsp";
}

function sub03_3(){
	location.href = root + "/eng/03_living/03_education.jsp";
}

function sub03_4(){
	location.href = root + "/eng/03_living/04_tourism.jsp";
}

function sub03_5(){
	location.href = root + "/eng/03_living/12_singers.jsp";
}




// Innopolis in the News //

function sub04_1(){
	location.href = root + "/eng/04_news/07_brochure.jsp";
}

function sub04_2(){
	location.href = root + "/eng/04_news/02_news.jsp";
}

function sub04_3(){
	location.href = root + "/eng/04_news/03_webzine.jsp";
}

function sub04_4(){
	location.href = root + "/eng/04_news/04_newsletter.jsp";
}

function sub04_5(){
	location.href = root + "/eng/04_news/05_videos.jsp";
}

function sub04_6(){
	location.href = root + "/eng/04_news/06_images.jsp";
}




//  Link //

function sub05_1(){
	location.href = root + "/eng/05_link/01_government.jsp";
}

function sub05_2(){
	location.href = root + "/eng/05_link/02_university.jsp";
}

function sub05_3(){
	location.href = root + "/eng/05_link/03_research.jsp";
}

function sub05_4(){
	location.href = root + "/eng/05_link/04_public.jsp";
}

function sub05_5(){
	location.href = root + "/eng/05_link/05_venture.jsp";
}

function sub05_6(){
	location.href = root + "/eng/05_link/06_international.jsp";
}




// About Us //

/*
function sub06_1(){
	location.href = root + "/eng/06_about/01_ceo.jsp";
} 

*/

function sub06_1(){
	location.href = root + "/eng/06_about/02_vision.jsp";
} 


function sub06_2(){
	location.href = root + "/eng/06_about/07_projects.jsp";
}

function sub06_3(){
	location.href = root + "/eng/06_about/10_qna.jsp";
}

function sub06_4(){
	location.href = root + "/eng/06_about/11_contact.jsp";
}

// iasp //

function sub07(){
	location.href = "http://iasp2010ddi.com/eng/";
}
	
