var favoriteurl="http://thirdeye.pe.kr";
var favoritetitle="Photographer SeongJoon Cho - Thirdeye.pe.kr";

function addFavorites() {
  if(document.all) window.external.AddFavorite(favoriteurl,favoritetitle);
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function zieoGo(theUrl) {
  location.href = theUrl;
}

function thirdeyeWin(theURL){
  window.open(theURL,"thirdeyeBBSWin","toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=780,height=600");
}

function iframe_autoresize(arg) { 
	arg.height = eval(arg.name+".document.body.scrollHeight"); 
} 

/* ¸¶¿ì½º ¿ìÃø¹öÆ° Å¬¸¯ ±ÝÁö */
function click() {
	if ((event.button==2) || (event.button==3)) {
		window.alert("All Photographs Copyright ¨Ï Seong Joon Cho - Use By Permission Only");
	}
	return false;
}

function keydown() {
	// window.alert("All Photographs Copyright ¨Ï Seong Joon Cho - Use By Permission Only");
}

document.onmousedown = click;
document.onkeydown = keydown;
