function OpenWin(i){
	if(i == 1){ 
		win=window.open("../pop-up/idea-origin.html","new","width=460,height=450,scrollbars=yes");
	}
	if(i == 2){ 
		win=window.open("../pop-up/name-origin.html","new","width=460,height=450,scrollbars=yes");
	}
	if(i == 3){ 
		win=window.open("../pop-up/map.html","new","width=460,height=400,scrollbars=yes");
	}
}

function embed() {
	document.write('<embed src="images/sunast.swf" quality="best" pluginspage="http://www.adobe.com/shockwave/download/" type="application/x-shockwave-flash" width="668" height="230" alt=" " bgcolor="FFFFFF" ></embed>');
}
