function del($href) {
  if(confirm("Á¤¸» »èÁ¦ÇÏ½Ã°Ú½À´Ï±î?")) {
    document.location.href = $href;
  }
}


function resizeIframe(name,type) 
{
	document.getElementById(name).style.height = window.frames[name].document.body.scrollHeight;
	loc = blog_frame.location.href.split("list.php");
	if(loc[1]!=null) {
		type2=true;
	}else {
		loc2 = blog_frame.location.href.split("blog_shop.php");
		if(loc2[1]!=null) {
			type2=true;
		}else {
			loc3 = blog_frame.location.href.split("search.php");
			if(loc3[1]!=null) {
				type2=true;
			}else {
				type2=false;
			}
		}
	}

	if(name=="blog_frame"&&type!="sub"&&type2==true) scroll(0,0);
}
function Goblogurl(url)
{
	blog_frame.location.href = url;
	blog_frame.src = url;
}
function Goblogurl_check(url,name)
{
	if(document.getElementById(name).src != url)
	{
		window.frames[name].location.href = url;
	}
}
function Goblogmenu(url)
{
	left_frame.location.href = url;
	left_frame.src = url;
}
function Gobloglist(url,blog_id,type)
{
	blog_frame.location.href = url+"?blog_id="+blog_id+"&type="+type;
	blog_frame.src = url;
}
function Goblogclist(url,blog_no)
{
	blog_frame.location.href = url+"&blog_no="+blog_no;
	blog_frame.src = url;
}
function Goblogmodify(url,no,pg)
{
	blog_frame.location.href = url+"write.php?act=modify&no="+no+"&pg="+pg;
	blog_frame.src = url;
}
function Goblogdel(url,no)
{
	if(confirm("Á¤¸»·Î Áö¿ì½Ã°Ú½À´Ï±î?")) {
	blog_frame.location.href = url+"del.php?act=del&no="+no;
	blog_frame.src = url;
	}
}
function Goblogdownload(url,no)
{
	blog_frame.location.href = url+"download.php?no="+no;
	blog_frame.src = url;
}

function Goneiglist(url)
{
	var f = document.getElementById("neig_none2");
	var t = document.getElementById("neig_none");

	if(url == left_neig.location.href && f.style.display == "block")
	{
		f.style.display = "none";
		t.innerHTML = "<a href=\"javascript://\" onclick=\"Goneiglist('"+url+"');\">¡å</a>";
	}
	else
	{
		if(url == left_neig.location.href)
		{
		}
		else
		{
			left_neig.location.href = url;
		}
		f.style.display = "block";
		t.innerHTML = "<a href=\"javascript://\" onclick=\"Goneiglist('"+url+"');\">¡ã</a>";
	}
}
function Gowaylist(url)
{
	var f = document.getElementById("way_none2");
	var t = document.getElementById("way_none");

	if(url == left_way.location.href && f.style.display == "block")
	{
		f.style.display = "none";
		t.innerHTML = "<a href=\"javascript://\" onclick=\"Gowaylist('"+url+"');\">¡å</a>";
	}
	else
	{
		if(url == left_way.location.href)
		{
		}
		else
		{
			left_way.location.href = url;
		}
		f.style.display = "block";
		t.innerHTML = "<a href=\"javascript://\" onclick=\"Gowaylist('"+url+"');\">¡ã</a>";
	}
}
function Gonewcommnetlist(url)
{
	var f = document.getElementById("new_comment_none2");
	var t = document.getElementById("new_comment_none");

	if(url == left_new_comment.location.href && f.style.display == "block")
	{
		f.style.display = "none";
		t.innerHTML = "<a href=\"javascript://\" onclick=\"Gonewcommnetlist('"+url+"');\">¡å</a>";
	}
	else
	{
		if(url == left_new_comment.location.href)
		{
		}
		else
		{
			left_new_comment.location.href = url;
		}
		f.style.display = "block";
		t.innerHTML = "<a href=\"javascript://\" onclick=\"Gonewcommnetlist('"+url+"');\">¡ã</a>";
	}
}
function Gonewtrackbacklist(url)
{
	var f = document.getElementById("new_trackback_none2");
	var t = document.getElementById("new_trackback_none");

	if(url == left_new_trackback.location.href && f.style.display == "block")
	{
		f.style.display = "none";
		t.innerHTML = "<a href=\"javascript://\" onclick=\"Gonewtrackbacklist('"+url+"');\">¡å</a>";
	}
	else
	{
		if(url == left_new_trackback.location.href)
		{
		}
		else
		{
			left_new_trackback.location.href = url;
		}
		f.style.display = "block";
		t.innerHTML = "<a href=\"javascript://\" onclick=\"Gonewtrackbacklist('"+url+"');\">¡ã</a>";
	}
}
function Goblogscrap(url,no)
{
	window.open(url+'scrap.php?no='+no, 'scrap', 'width=350, height=400, menubar=no, scrollbars=no, toolbar=no, location=no, resizable=no, top=, left=');
}

function Goneigadd(url,blog_id)
{
	window.open(url+'neig_add.php?blog_id='+blog_id, 'neig', 'width=250, height=220, menubar=no, scrollbars=no, toolbar=no, location=no, resizable=no, top=, left=');
}

function Goprofile(url,blog_id)
{
	window.open(url+'blog_msg_modify.php?blog_id='+blog_id, 'profile', 'width=460, height=130, menubar=no, scrollbars=no, toolbar=no, location=no, resizable=no, top=, left=');
}

var open_list =0;
function GoListopen(url)
{
	var f = document.getElementById("list_none");
	var t1 = document.getElementById("l_1");

	if(list_open.location.href && f.style.display == "block")
	{
		f.style.display = "none";
		t1.innerHTML = "<a href=\"javascript://\" onclick=\"GoListopen('"+url+"');\">¸ñ·Ï¿­±â ¡å</a>";
	}
	else
	{
		if(url == list_open.location.href || open_list>0)
		{
		}
		else
		{
			list_open.location.href = url;
			open_list++;
		}
		f.style.display = "block";
		t1.innerHTML = "<a href=\"javascript://\" onclick=\"GoListopen('"+url+"');\">¸ñ·Ï´Ý±â ¡ã</a>";
	}
}
function GoListopen2(url,blog_id,no)
{
	blog_frame.location.href = url+"?blog_id="+blog_id+"&blog_no="+no;
	blog_frame.src = url;
}

//Å¬¸¯½Ã ÆË¾÷À¸·Î º¸¿©ÁÖ±â
function blog_img_pop(image) 
{
	var width = 1;
	var height = 1;
	ypwindow = window.open("", "Image_Mlang", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width="+width+",height="+height+",top=100,left=100");
	ypwindow.document.open();
	ypwindow.document.write("<html><head><title>Åõ¾îÇÚÁî ºí·Î±× ¿øº» º¸±â1</title></head>");
	ypwindow.document.write("<body leftmargin=0 topmargin=0 onclick=self.close(); style=cursor:hand>");
	ypwindow.document.write("<script>function resize(w,h){w = w+35;h=h+55;top.resizeTo(w,h);mw = (screen.width-w)/2;mh = (screen.height-h)/2;if(mw<0){mw=0;}if(mh<0){mh=0;}top.moveTo(mw,mh)}</script>");
	ypwindow.document.write("<img src=\""+image.src+"\" onload=resize(this.width,this.height)>");
	ypwindow.document.write("</body></html>");
	ypwindow.document.close(); 
}
//Å¬¸¯½Ã ÆË¾÷À¸·Î º¸¿©ÁÖ±â
function blog_img_pop2(image) 
{
	img = image.src.replace(/tumb\//,"");
	var width = 1;
	var height = 1;
	ypwindow = window.open("", "Image_Mlang", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0,width="+width+",height="+height+",top=100,left=100");
	ypwindow.document.open();
	ypwindow.document.write("<html><head><title>Åõ¾îÇÚÁî ºí·Î±× ¿øº» º¸±â2</title></head>");
	ypwindow.document.write("<body leftmargin=0 topmargin=0 onclick=self.close(); style=cursor:hand>");
	ypwindow.document.write("<script>function resize(w,h){w = w+35;h=h+55;top.resizeTo(w,h);mw = (screen.width-w)/2;mh = (screen.height-h)/2;if(mw<0){mw=0;}if(mh<0){mh=0;}top.moveTo(mw,mh)}</script>");
	ypwindow.document.write("<img src=\""+img+"\" onload=resize(this.width,this.height)>");
	ypwindow.document.write("</body></html>");
	ypwindow.document.close(); 
}
<!--»èÁ¦½Ã ½ÃÀÛ-->
function del($href) {
  if(confirm("Á¤¸» »èÁ¦ÇÏ½Ã°Ú½À´Ï±î?")) {
    document.location.href = $href;
  }
}
<!--»èÁ¦½Ã ³¡-->