function get(){
	val = document.forms['page_chooser'].url.value;
	if(val!=0){
		location = val+"";
	}
}

function get2(){
	val = document.forms['page_chooser2'].url.value;
	if(val!=0){
		location = val+"";
	}
}

function get3(){
	val = document.forms['page_chooser3'].url.value;
	if(val!=0){
		location = val+"";
	}
}

function get4(){
	val = document.forms['page_chooser4'].url.value;
	if(val!=0){
		location = val+"";
	}
}

function indicate(){
	drop = document.forms['page_chooser'].url;
	page = document.location.href.substring(document.location.href.lastIndexOf("/")+1);
	for(i=0;i<drop.options.length;i++){
		if(page==drop.options[i].value+""){
			drop.selectedIndex = i;
			//document.title = drop.options[i].text;
			if(document.getElementById()){
				
			}
			return;
		}
		///alert(drop.options[i].value);
		//alert(drop.options[i].text);
	}
}

function indicate2(){
	drop = document.forms['page_chooser2'].url;
	page = document.location.href.substring(document.location.href.lastIndexOf("/")+1);
	for(i=0;i<drop.options.length;i++){
		if(page==drop.options[i].value+""){
			drop.selectedIndex = i;
			//document.title = drop.options[i].text;
			if(document.getElementById()){
				
			}
			return;
		}
		///alert(drop.options[i].value);
		//alert(drop.options[i].text);
	}
}

function indicate3(){
	drop = document.forms['page_chooser3'].url;
	page = document.location.href.substring(document.location.href.lastIndexOf("/")+1);
	for(i=0;i<drop.options.length;i++){
		if(page==drop.options[i].value+""){
			drop.selectedIndex = i;
			//document.title = drop.options[i].text;
			if(document.getElementById()){
				
			}
			return;
		}
		///alert(drop.options[i].value);
		//alert(drop.options[i].text);
	}
}

function indicate4(){
	drop = document.forms['page_chooser4'].url;
	page = document.location.href.substring(document.location.href.lastIndexOf("/")+1);
	for(i=0;i<drop.options.length;i++){
		if(page==drop.options[i].value+""){
			drop.selectedIndex = i;
			//document.title = drop.options[i].text;
			if(document.getElementById()){
				
			}
			return;
		}
		///alert(drop.options[i].value);
		//alert(drop.options[i].text);
	}
}

window.onload=function(){indicate();indicate2();indicate3();indicate4();}
