<!--method for determining URL of iframe:pane based on URL of iframe:content
	var temp1, temp2, position=0;
	var text=new Array();
	var links=new Array();
	var folders = new Array();
		folders[1]="products/";
		folders[2]="biotech/";
		folders[3]="glossary/";
		folders[4]="history/";
		folders[5]="aboutus/";

/*function findFolder(){


	for(n=length;n>0; n--){
		temp1=locat.substring(n-8,n);
		temp2=locat.substring(n-9,n);
			if(temp2==folders[1] || temp1==folders[2] || temp1==folders[4] || temp2==folders[3] || temp1==folders[5]){
				position=n;
				break;
				}
		}
	}*/
 if(folder=="products" ){

		text[0]="Actividades";
		links[0]="index.html#activities";
		
		text[1]="Los Recursos adicionales y Liga";
		links[1]="index.html#links";
		
		text[2]="Referencias ";
		links[2]="index.html#references";
		
		if(topic!=""){
			links[0]="about.html#activities";
			links[1]="about.html#links";
			links[2]="about.html#references";
		}
	}
	
	 if(folder=="biology" ){
		
			text[0]="Actividades";
			links[0]="index.html#activities";
		
			text[1]="Los Recursos adicionales y Liga";
			links[1]="index.html#links";
		
			text[2]="Referencias ";
			links[2]="index.html#references";
		
	}
	
	if(folder=="bioethics"){
		
			text[0]="Los Recursos adicionales y Liga";
			links[0]="index.html#links";
		
			text[1]="Referencias ";
			links[1]="index.html#references";
		
		}
	
	for(n=0; n < text.length ; n++ ){
		document.write('<p><a href="' + links[n] + '" target="content">');
		document.write(text[n] + '</a>');
		}
	//document.write('<br>');
//-->
