//iframe 높이값 자동 조절
function syncHeight(el)
{
//document.domain = '';
el.height = el.contentWindow.document.body.scrollHeight;
if( el.height == 0) {
setTimeout("syncHeight(document.all.smallbbs)", 1000);
return;
}
}
// 이미지 슬라이드쇼 창 popup
function openSlide(mount,order)
{
window.open('../slideshow/slide_comm.html?MOUNT='+mount+'&order='+order, 'slide', 'location=0, menubar=0, scrollbars=0, resizable=0, width=800, height=490');
}
//팝업창 닫기
function popClose() {
if (window.opener == null || window.opener == undefined || window.opener.closed) {
this.opener = this;
}
self.close();
}
// 맵 컨트롤 펑션
function goFlash(v)
{
document.all.maps.SetVariable("Message", v);
}
/*
function goFrame(frameNumber)
{
document.maps.GotoFrame(frameNumber);
}
*/
//Flash File Control
function flash(source, id, width, height)
{
var mf = "";
document.write(mf);
}
//왼쪽메뉴 마우스 오버 색상부분-->
function focusmenu(obj){
obj.style.backgroundColor="C9EBBB";
}
function blurmenu(obj){
obj.style.backgroundColor="white";
}
//왼쪽메뉴 마우스 오버 색상부분
/*
function mf(s,d,w,h)
{
return "";
}
// write document contents
function documentwrite(src)
{
document.write(src);
}
*/
function goLogin(url) {
gourl = escape(url);
window.location="http://id.naver.com/nidlogin.login?mode=form&url=" + gourl;
}