//popup
function popup(url,content,w,h) {
	l = (screen.width) ?	(screen.width-550) / 2	: 0;
	t = (screen.height) ?	(screen.height-400) / 2 : 0;	
	var opt='top='+t+',left='+l+',width='+w+',height='+h;
	opt=opt+',toolbar=no,status=no,directories=no,scrollbars=no,location=no,resizable=no,menubar=no';
	window.open(url,content,opt);
}
function popup01(url,content,w,h) {
	l = (screen.width) ?	(screen.width-550) / 2	: 0;
	t = (screen.height) ?	(screen.height-400) / 2 : 0;	
	var opt='top='+t+',left='+l+',width='+w+',height='+h;
	opt=opt+',toolbar=no,status=no,directories=no,scrollbars=yes,location=no,resizable=no,menubar=no';
	window.open(url,content,opt);
}
//Áñ°ÜÃ£±â [ÀÌÇ»Àü¾ÆÀÌ]
function addBookMark(){
	window.external.AddFavorite('http://www.keyclinic.com', 'Å°Å¬¸®´Ð');
}

