// JavaScript Document
<!--

//var LasDate = "8 may 2004 ã."
var link_index = -1;

var link_home = '';
var link_prev = '';
var link_next = '';

var link_files = new Array(
						   '/','',				'',				//0
						   'index.html',	'',						'interested_party.html',	//1
						   'index.html',	'introduction.html',	'concept_of_model.html',	//2
						   'index.html',	'interested_party.html','development_of_the_technology.html',	//3
						   'index.html',	'concept_of_model.html','the_main_concept.html',	//4
						   'index.html',	'development_of_the_technology.html',	'the_main_concept_input_datas.html',	//5
						   'index.html',	'the_main_concept.html',	'the_main_concept_3d_model.html',	//6
						   'index.html',	'the_main_concept_input_datas.html',	'the_main_concept_view_online_2d.html',	//7
						   'index.html',	'the_main_concept_3d_model.html',	'the_main_concept_view_online_3d.html',	//8
						   'index.html',	'the_main_concept_view_online_2d.html',	'the_main_concept_view_install_2d.html',	//9
						   'index.html',	'the_main_concept_view_online_3d.html',	'the_main_concept_view_install_3d.html',	//10
						   'index.html',	'the_main_concept_view_install_2d.html',	'visualization.html',	//11
						   'index.html',	'the_main_concept_view_install_3d.html',	'pocket.html',	//12
						   'index.html',	'visualization.html',	'conclusion.html',	//13
						   'index.html',	'pocket.html',	'authors.html',				//14
						   'index.html',	'conclusion.html',	'',				//15
						   '',	'',	'',				//16
						   '../../',	'',	'',				//17
						   '../',	'',	''				//18
						   );
function goto_home() {
	goto_any(link_home)
}
function goto_prev() {
	goto_any(link_prev)
}
function goto_next() {
	goto_any(link_next)
}
function goto_any(s) {
	if (s != '')
		document.location.href = s
}
function goto_prep() {
	if (link_index!= -1) {
		if ((link_files.length/3) > link_index) {
			link_home=link_files[3*link_index + 0];
			link_prev=link_files[3*link_index + 1];
			link_next=link_files[3*link_index + 2];
		}
	}
	
	var Links = new Array(link_home,link_prev,link_next);
	var Links_Names = new Array('link_home','link_prev','link_next');
	
	var Elements;
	var Visible;
	
	for(var j=0;j<Links.length;j++) {
		if (Links[j]!='') {
			Visible='visible'
		}
		else {
			Visible='hidden'
		}
		
		Elements=document.getElementsByName(Links_Names[j]);
		for (var i=0;i<Elements.length;i++) {
			if (Elements[i].style) {
				Elements[i].style.visibility = Visible;
			}
		}
	}
	
	//document.title = El.length;
		
/*	
	if (link_home!='') document.getElementById("link1").style.visibility ="visible"
	if (link_prev!='') document.getElementById("link2").style.visibility ="visible"
	if (link_next!='') document.getElementById("link3").style.visibility ="visible"
*/
/*
	if (link_home!='') document.getElementById("link1_2").style.visibility ="visible"
	if (link_prev!='') document.getElementById("link2_2").style.visibility ="visible"
	if (link_next!='') document.getElementById("link3_2").style.visibility ="visible"
*/
}
function preload_images() {
	MM_preloadImages(
					 '/images/buttons/home_up.gif',
					 '/images/buttons/prev_up.gif',
					 '/images/buttons/next_up.gif'
					 );
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

/*
//					 '../images/spacer.gif',
//					 '../images/background/backgroundR1C2.png',
//					 '../images/background/backgroundR1C2_.png',
//					 '../images/background/backgroundR1C1.png',
//					 '../images/background/backgroundR1C3.png',
//					 '../images/background/backgroundR2C1.png',
//					 '../images/background/backgroundR2C3.png',
//					 '../images/background/backgroundR3C1.png',
//					 '../images/background/backgroundR5C1.png',
//					 '../images/background/backgroundR5C2.png',
//					 '../images/background/backgroundR5C3.png',
//					 '../images/background/',


//					 '../images/buttons/home_flat.gif',
//					 '../images/buttons/prev_flat.gif',
//					 '../images/buttons/next_flat.gif',
*/
//-->