var linklink = new Array(
	'+º°°ü+¼Ò³à¿À¶ô°ü|http://exuoo.egloos.com/',
	'¾Æ_º£_½ê_µ¥!|http://abcd.gmy.cc/',
	'¸µ3|http://ring3.sshel.com/',
	'FESPA|http://pachi.graffity.net/',
	'ÀÚ¹Ù¿À|http://www.zavao.com/',
	'¡¡simplicity|http://blog.naver.com/gusv0411',
	'Haggard|http://abcd.nazip.net/bt',
	'shining|http://tokuuchi.hp.infoseek.co.jp/',
	'°³±ÔÀåÀÌ|http://www.taejune.com/dog/',
	'tutactu|http://www.tutactu.com/',
	'KTField|http://www.taejune.com/kt/',
	'DoodlePot|http://www.taejune.com/dal/',
	'æÄñéÙíýÌ|http://v--r.com/',
	'TUNA EFFECT|http://v--r.com/tuna/',
	'HotchPotch|http://www.chocosue.com/',
	'¿¬²É¼ÓÀÇÁøÁÖ|http://bun.80port.net/',
	'MIND RESET|http://ashingun.com/',
	'½Å±â·çÀÇ ½Å±â·ç|http://sinru.com.ne.kr/',
	'[Clip-Clap]|http://www.taejune.com/gon/',
	'Reindeer Treebark|http://remains.x-y.net/',
	'Ruu£§s AniTopia!!|http://gaofan01.egloos.com/',
	'EyeHead.net|http://eyehead.net/',
	'tracyworld|http://abcd.nazip.net/tre/',
	'ÅÃ±â|http://tecky.nazzim.net/',
	'MOVEMENT|http://ranggul.com/',
	'ÍºúÁëÞùÁ ¡§|http://www4.plala.or.jp/powered744/'
	);


//	'æÄñéÙíýÌ|http://vib-ray.com/',
//	'gus|http://user.chollian.net/~gusgns/',
//	'Sijin & Zero.s|http://zeros.ivyro.net/',
//	'i£§m fine|http://fine07.nalove.org/',
//	'superstupid|http://riaigirasu.nalove.org/snako/',
//	'µ¨¸®µð¾Æ|http://delidea.com',
//	'|http://bantomak.byus.net/',
//	'rudolph£§s|http://rudolph.x-y.net/',
//	'¡ÚPerfect Pink¡Ú|http://greenjukebox.net/',
//	'Á¾µåÀÇ Áñ°Å¿î ÀÏ±âÀå|http://lzet9.linuxtop.co.kr/tt',
//	'ÝÕÕÞüåÞäê¬ñýÑâê®|http://badworker.egloos.com',
//	'lovesick|http://user.chol.com/~ryuenel/',
//	'[R]|http://www.big--r.com',
//	'Cruel Paradise|http://dazzlin.cafe24.com/',
//	'SNOWCAT HOME|http://www.snowcat.co.kr/',
//	'òäÜÆÒÊõó|http://tranth.egloos.com/',
//	'the real discovery|http://user.chollian.net/~ferund/',
//	'½Å±ºÀÇ ¿¬½ÀÀå|http://shinart.net/',
//	'TasTE£§s haunt|http://www.taejune.com/taste/',


var menutext = '';
menutext += '<img id="door" src="http://siren070.x-y.net/banner.png" alt="home na:b" />';
menutext += '<img id="emailimg" src="http://siren070.x-y.net/siren070_at_gmail_com.png" alt="siren070 at gmail" />';

menutext += '<div id="menu">';
menutext += '<ul id="nav"><li><a href="http://siren070.x-y.net/cgi-bin/mine/irisell.cgi" title="mine">mine</a>';
menutext += '<li><a href="http://siren070.x-y.net/cgi-bin/yours/picture.cgi" title="board">board</a>';
menutext += '<li><a href="http://siren070.x-y.net/flickr.html" title="photo">photo</a>';
menutext += '<li><a href="http://siren070.x-y.net/cgi-bin/memo/memo.cgi" title="memo">memo</a>';

//menutext += '<li><a href="javascript:void(0)" onmouseover="this.innerHTML=\'close¡â\';linktable.style.display=\'block\';" onmouseup="this.innerHTML=\'link¡ä\';linktable.style.display=\'none\';">link¡ä</a>';

menutext += '<li><a href="#" onmouseover="showdiv(\'linktable\');" onmouseout="delayclosediv(\'linktable\');">link¡ä</a>';
menutext += '<div id="linktable" onmouseover="showdiv(\'linktable\');" onmouseout="delayclosediv(\'linktable\');">';
menutext += '<ul>';

//menutext += '<li><a href="#">link¡ä</a>';
//menutext += '<ul id="linktable">';
for(var iii=0;iii<linklink.length;iii++){
	var splited = linklink[iii].split('|');
	menutext += '<li><a href=\"'+splited[1]+'\" title=\"'+splited[0]+'\">'+splited[0]+'</a></li>';
//	menutext += makeA(splited[0],splited[1]); /*±ÛÀÚ¸¦ ÇÏ³ªÇÏ³ª Àß¶ó¼­ ¸µÅ©¸¦ °Ì´Ï´Ù*/
	}
menutext += '</ul></li>';

menutext += '</ul>';

/*
menutext += '<select OnChange="selected(this);"><option>link</option><option></option>';
for(iii=0;iii<linklink.length;iii++){
	splited = linklink[iii].split('|');
	menutext += '<option value=\"'+splited[1]+'\">'+splited[0]+'</option>';
}
menutext += '</select>';
*/

menutext += '</div><div class="clear"></div>';

/* -------------------------- */

var ie4=document.all;
var ns6=document.getElementById&&!document.all;
var delayhide;

function showdiv(targetid){
	document.getElementById(targetid).style.display = 'block';
	clearhidemenu();
}

function closediv(targetid){
	document.getElementById(targetid).style.display = 'none';
}

function delayclosediv(targetid){
	tgtg = targetid;
	if (ie4||ns6){delayhide=setTimeout("closediv(tgtg)",250)}
}

function clearhidemenu(){
	if (typeof delayhide!="undefined"){clearTimeout(delayhide);}
}

/* -------------------------- */

function selected(sel){
	var index = sel.selectedIndex;
	if(sel.options[index].value != ''){
		window.open(sel.options[index].value,'_blank');
	}
}

function makeA(wname,wsrc){
	var wd = new String(wname);
	astring='';
	if(wname == ''){wd = wsrc}
	for(i=0;i<wd.length;i++){
		(1 == Math.floor(Math.random()*100000)%100)?pluscolor='style=\"font-color:#ff0033;\"':pluscolor='';
//		pluscolor='';
		astring += '<a href=\"'+wsrc+'\" target=\"_blank\" '+pluscolor+'>'+wd.charAt(i)+'</a>';
		}
	return(astring);
}

//textÆû
function clickclear(thisfield, defaulttext) {
if (thisfield.value == defaulttext) {
thisfield.value = "";
}
}

function clickrecall(thisfield, defaulttext) {
if (thisfield.value == "") {
thisfield.value = defaulttext;
}
}


/*
startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
					}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
					}
				}
			}
		}
	}
window.onload=startList;
*/

function autoauto(){
//ÀÌ¹ÌÁö width º¸Á¤
for(var imgll=0;imgll<document.images.length;imgll++){
	imgg = document.images[imgll];
	limitwid = 450;
	if(imgg.width >= limitwid){
		imgg.width = limitwid;
		}
	}
//¸Å´º»ðÀÔ
if(document.getElementById){document.getElementById('head').innerHTML=menutext;}
else if(document.all){document.all.head.innerHTML=menutext;}
//
//if(NiftyCheck())Rounded("div#container","#fff","#eee");
}

top.document.title = '[home - Na:b]';

window.onload=autoauto;