function popWin(url, name, w, h, l, t, s) {
	var features = 'width=' + w + ', height=' + h + ', left=' + l + ', top=' + t + ', scrollbars=' + s;
	popWin = window.open(url, name, features);
}

//function showLayer(id) {
//	var layer = document.getElementById(id);
//	if (layer)
//	{
//		layer.style.display = "block";
//	}
//}
//function closeLayer(id) {
//	var layer = document.getElementById(id);
//	if (layer)
//	{
//		layer.style.display = "none";
//	}
//}

//function fn_smartSearch_on() {
//    //    alert('½º¸¶Æ®¼­Ä¡ ¿ÀÇÂ');
//    $("#div_smartSearchContent").load("../../index.html");
//    $("#layerSearch").show();

//}

//// ½º¸¶Æ®¼­Ä¡ ¿ÀÇÁ
//function fn_smartSearch_off() {
//    $("#layerSearch").hide();
////    $("#smartsearch").attr("style", "display:none");
//    //alert("off");
//}




