function goProfile(account) {
window.open("http://member.udn.com/member/PersonalInfo?account="+account,"profile","height=330,width=446,toolbar=0,titlebar=0,menubar=0,resizable=0,scrollbars=1");
}
function newWindow(newURL) {
	newWin = window.open('http://udn.com/SPECIAL_ISSUE/UDNPHOTO/FORUM/index.htm','Window','width=550,height=480,top=0,left=0,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no');
	newWin.focus();
}

