<!--
function err_handle(e)
{window.status='Error: '+e.number+'; '+e.description;}
function reSize()
{try{var objBody=ifrm.document.body;var objFrame=document.all["ifrm"];objFrame.style.height=objBody.scrollHeight+(objBody.offsetHeight-objBody.clientHeight)
objFrame.style.width='100%'}
catch(e)
{}}
function frame_init()
{parent.reSize();parent.document.location.href=parent.document.location.href+'#';}
function link(strURL)
{document.all["ifrm"].src=strURL;if(navigator.platform.indexOf("Mac")<0)
document.location.href='#';window.status='';}
function link2(strURL)
{document.getElementById("ifrm").src=strURL;document.getElementById("ifrm").onresize="";document.location.href='#';window.status='';}
function nothing(){return;}
function GroupShowSmenu(pd){if(document.getElementById("submenu_pd"+pd).style.display=='none'){document.getElementById("submenu_pd"+pd).style.display='';document.getElementById("pulldown"+pd).src='http://img.us.cyworld.com/image/club/icon/left_bbs_close.gif';return;}
if(document.getElementById("submenu_pd"+pd).style.display==''){document.getElementById("submenu_pd"+pd).style.display='none';document.getElementById("pulldown"+pd).src='http://img.us.cyworld.com/image/club/icon/left_bbs_open.gif';return;}}