function main(){this.location = '../index.html';}

//Á¾ÀÌ´Â ½£ÀÌ´Ù
function main100(){this.location = '../forest/paperinfo.html';}
function main110(){this.location = '../forest/paperinfo.html';}
function main120(){this.location = '../forest/green.html';}
function main130(){this.location = '../forest/beautiful.html';}

//Á¾ÀÌ°¡ ÀÖ´Â Ç³°æ
function main200(){this.location = '../land/paper.html';}
function main210(){this.location = '../land/paper.html';}
function main220(){this.location = '../land/papyrus.html';}
function main230(){this.location = '../land/square.html';}
function main240(){this.location = '../land/true.html';}

//Á¾ÀÌ, ´Ù½Ã »ì¾Æ³ª´Ù!
function main300(){this.location = '../revival/repaper.html';}
function main310(){this.location = '../revival/repaper.html';}
function main320(){this.location = '../revival/travel.html';}
function main330(){this.location = '../revival/know.html';}
function main340(){this.location = '../revival/culture.html';}

//½£À» ÁöÅ°´Â »ç¶÷µé
function main400(){this.location = '../guard/paperworld.html';}
function main410(){this.location = '../guard/paperworld.html';}
function main420(){this.location = '../guard/milkpack.html';}
function main430(){this.location = '../guard/designer.html';}
function main440(){this.location = '../guard/information.html';}

//ÇÔ²² ½á¿ä! Àç»ýÁ¾ÀÌ
function main500(){this.location = '../use/weather.html';}
function main510(){this.location = '../use/weather.html';}
function main520(){this.location = '../use/pulppaper.html';}
function main530(){this.location = '../use/participation.html';}

//Äü¸Þ´º
function quick100(){this.location = '../quick/campaign.html';}
function quick200(){this.location = '../quick/everyday.html';}
function quick300(){this.location = '../quick/info.html';}
function quick400(){this.location = '../quick/contribution.html';}
 
function diplayFlash(_objPath_, _width_, _height_)
{
	var _object_ = "";
	
	_object_= '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + _width_ + '" height="' + _height_ + '">';
	_object_ += '<param name="movie" value="'+_objPath_+'">';
	_object_ += '<param name="quality" value="high">';
//	_object_ += '<param name="wmode" value="transparent">';
	_object_ += '<embed src="'+_objPath_+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + _width_ + '" height="' + _height_ + '"></embed>';
	_object_ += '</object>';
	
	document.write(_object_);			
}


function hidestatus() { 
	window.status='³ì»ö¿¬ÇÕ_ÀÛÀº°ÍÀÌ ¾Æ¸§´ä´Ù'; 
	return true; 
} 
	
function hiddenMenuShow(currMenu){ 
	if (document.all) { 
		thisMenu = eval("document.all." + currMenu + ".style") 

		if (thisMenu.display=="none"){ thisMenu.display=""; 
		} else { thisMenu.display="none"; } 
			return false; 
	} else { return true; } 
} 
	
if (document.layers) 
	document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT) 
	document.onmouseover=hidestatus 
	document.onmouseout=hidestatus 
