function chWT() { // Áö¿ªº° ³¯¾¾Á¤º¸ refresh
	document.frames['weather'].location.href = './weather/weather_iframe.htm?reg='+document.form2.regNM.value;
}

function openNotice(v,w){ //°øÁö»çÇ×Ã¢ Open
	/*if(v=='') var imgwin = window.open("./notice/list.htm",'WIN','scrollbars=yes,status=no,toolbar=no,resizable=1,location=no,menu=no,width=650,height=600');
	else var imgwin = window.open(v,'WIN','scrollbars=yes,status=no,toolbar=no,resizable=1,location=no,menu=no,width='+w+',height=600');*/
	var imgwin = window.open(v,'WIN','scrollbars=yes,status=no,toolbar=no,resizable=1,location=no,menu=no,width='+w+',height=580');
	imgwin.focus(); 
}

function openWeather(){ 
	var width=310,height=350;
	var left = (screen.width - width) / 2;
	var top = (screen.height - height) / 2;
	var win = window.open("./weather/allMap/newmap.htm",'WIN',"scrollbars=no,status=no,toolbar=no,resizable=1,location=no,menu=no,width="+width+",height="+height+",top="+top+",left="+left);
	win.focus(); 
}