function change(iName, img_url){
url = location.href;
	if((url.indexOf("review")) == -1){
		if(iName == 'img_01'){
		document.getElementById('img_01').style.backgroundImage = 'url('+img_url+')';
		}
	}
	if((url.indexOf("hot_mag")) == -1){
		if(iName == 'img_02'){
		document.getElementById('img_02').style.backgroundImage = 'url('+img_url+')';
		}
	}
	if((url.indexOf("study")) == -1){
		if(iName == 'img_03'){
		document.getElementById('img_03').style.backgroundImage = 'url('+img_url+')';
		}
	}
	if((url.indexOf("archive")) == -1){
		if(iName == 'img_04'){
		document.getElementById('img_04').style.backgroundImage = 'url('+img_url+')';
		}
	}
	if((url.indexOf("light")) == -1){
		if(iName == 'img_05'){
		document.getElementById('img_05').style.backgroundImage = 'url('+img_url+')';
		}
	}
	if((url.indexOf("link_page")) == -1){
		if(iName == 'img_06'){
		document.getElementById('img_06').style.backgroundImage = 'url('+img_url+')';
		}
	}
}

function chk_url(){
im01 = new Image(); im01.src = "../image/menu1.gif"; 
im02 = new Image(); im01.src = "../image/menu2.gif"; 
im03 = new Image(); im01.src = "../image/menu3.gif"; 
im04 = new Image(); im01.src = "../image/menu4.gif"; 
im05 = new Image(); im01.src = "../image/menu5.gif"; 
im06 = new Image(); im01.src = "../image/menu6.gif"; 
url = location.href;
	if((url.indexOf("review")) != -1){
	document.getElementById('img_01').style.backgroundImage = 'url('+'../image/menu1.gif'+')';	
	}
	else if((url.indexOf("hot_mag")) != -1){
	document.getElementById('img_02').style.backgroundImage = 'url('+'../image/menu2.gif'+')';	
	}
	else if((url.indexOf("study")) != -1){
	document.getElementById('img_03').style.backgroundImage = 'url('+'../image/menu3.gif'+')';	
	}
	else if((url.indexOf("archive")) != -1){
	document.getElementById('img_04').style.backgroundImage = 'url('+'../image/menu4.gif'+')';	
	}
	else if((url.indexOf("light")) != -1){
	document.getElementById('img_05').style.backgroundImage = 'url('+'../../image/menu5.gif'+')';	
	}
	else if((url.indexOf("link_page")) != -1){
	document.getElementById('img_06').style.backgroundImage = 'url('+'../image/menu6.gif'+')';	
	}
}

function yearT(){
document.write("2007");
}

function accss(){
document.write('<img src="cgi-bin/analyze/analyze.cgi?' + screen.width + 'x' + screen.height + '&amp;' + screen.colorDepth + '&amp;' + document.referrer + '" alt="" width="1" height="1" />');
}