
/* À¯Áöº¸¼ö °ü·Ã ¹è³Ê */ 


banner="http://little.chunjae.co.kr/event/ing_event_view.asp?eventid=643"; // °ü·Ã URL 


function GoBnr(name) {    
    var LeftPosition = (screen.width) ?        (screen.width-400)/2 : 0;
    var TopPosition = (screen.height) ?        (screen.height-200)/2 : 0;    

    if (eval(name) == "") {
        alert("¼­ºñ½º ÁØºñÁßÀÔ´Ï´Ù.");
        return;
    }
    else {
        document.location.href = eval(name);
	}

}