function family(aa){
		var url;
		if(aa =="1"){
			url = "http://www.kiswel.com";
			window.open(url,'','width=1000,height=600, scrollbars=yes, toolbar=yes, status=yes, menubar=yes, resizable=yes');
		}else if(aa=="2"){
			url = "http://www.samhwasteel.com";
			window.open(url,'','width=1000,height=600, scrollbars=yes, toolbar=yes, status=yes, menubar=yes, resizable=yes');
		}else if(aa=="3"){
			url = "http://www.kiswire.com";
			window.open(url,'','width=1000,height=600, scrollbars=yes, toolbar=yes, status=yes, menubar=yes, resizable=yes');
		}else if(aa=="4"){
			url = "http://www.koswire.co.kr/kor/main.jsp";
			window.open(url,'','width=1000,height=600, scrollbars=yes, toolbar=yes, status=yes, menubar=yes, resizable=yes');
		}else if(aa=="5"){
			url = "http://www.jisanresort.co.kr";
			window.open(url,'','width=1000,height=600, scrollbars=yes, toolbar=yes, status=yes, menubar=yes, resizable=yes');
		}else if(aa=="6"){
			url = "http://www.i-etland.co.kr";
			window.open(url,'','width=1000,height=600, scrollbars=yes, toolbar=yes, status=yes, menubar=yes, resizable=yes');
		}else if(aa=="7"){
			window.open("/korean/Company/ComOmega.asp","familyView","width=598,height=765, toolbar=no, location=no, directories=no, status=no, menubar=no, noresize, scrollbars=no,left=50,top=50")
		}else{
		return;
	}
}






