<!--
function show_EBooks()
{
	url = '/ebooks/VIEW.HTM';
	window.open(url,'','toolbar=no location=no directories=no status=yes menubar=no scrollbars=no resizable=no width=1024 height=768 top=0 left=0');
}
/* ÀÌ·±¾²·¹±â ÀÚ¹Ù½ºÅ©¸³Æ®´Â ¹ö·Á~~~ ¤»¤»*/
function flash(url,w,h,bg,win,vars,base){
	var s=
	"<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='"+w+"' height='"+h+"' align='middle'>"+
	"<param name='allowScriptAccess' value='always' />"+
	"<param name='allowFullScreen' value='true' />"+
	"<param name='movie' value='"+url+"' />"+
	"<param name='wmode' value='"+win+"' />"+
	"<param name='menu' value='false' />"+
	"<param name='quality' value='high' />"+
	"<param name='FlashVars' value='"+vars+"' />"+
	"<param name='bgcolor' value='"+bg+"' />"+
	"<param name='base' value='"+base+"' />"+
	"<embed src='"+url+"' base='"+base+"' wmode='"+win+"' flashvars='"+vars+"' allowFullScreen='true' menu='false' quality='high' bgcolor='"+bg+"' width='"+w+"' height='"+h+"' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"+
	"</object>";
	document.write(s);
}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function go_url(url) {
	location.href = url;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_showHideLayers() { //v3.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
    obj.visibility=v; }
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function resize_pop(){
		c_width = document.getElementById('resize_div').clientWidth;
		c_height = document.getElementById('resize_div').clientHeight;
		resizeTo(c_width+9,c_height+55);
	}

/********************************* ºê¶ó¿ìÀú Å¸ÀÌÆ² º¯°æ ***************************/
top.document.title = 'ÀáÀç·ÂÀÇ ¹ß°ß°ú ¼ºÀå ´ÙÁßÁö´É¿¬±¸¼ÒÀÔ´Ï´Ù.';
/********************************* ºê¶ó¿ìÀú Å¸ÀÌÆ² º¯°æ ***************************/

/********************************* IMAGE_ROLLOVER ½ºÅ©¸³Æ® ***************************/
function menuOn(imgEl)
{
	imgEl.src = imgEl.src.replace(".gif", "_ov.gif");
}

function menuOut(imgEl)
{
	imgEl.src = imgEl.src.replace("_ov.gif", ".gif");
}
/********************************* IMAGE_ROLLOVER ½ºÅ©¸³Æ® ***************************/

/********************************* ÆË¾÷ ***************************/
var win= null;
function NewWindow(mypage,myname,w,h,scroll){
  var winl = (screen.width-w)/2;
  var wint = (screen.height-h)/2;
  var settings  ='height='+h+',';
      settings +='width='+w+',';
      settings +='top='+wint+',';
      settings +='left='+winl+',';
      settings +='scrollbars='+scroll+',';
      settings +='resizable=yes';
  win=window.open(mypage,myname,settings);
  if(parseInt(navigator.appVersion) >= 4){win.window.focus();}
}
/********************************* ÆË¾÷ ***************************/

/********************************* È®´ë ÀÌ¹ÌÁö ½ºÅ©¸³Æ® ***************************/
function popimage(imagesrc,winwidth,winheight){
    var look='width='+winwidth+',height='+winheight+','
        popwin=window.open("","",look)
        popwin.document.open()
        popwin.document.write('<title>Image Window</title><body topmargin=0 leftmargin=0><img style=cursor:hand; onclick="self.close()" src="'+imagesrc+'"></body>')
        popwin.document.close()
}
/********************************* È®´ë ÀÌ¹ÌÁö ½ºÅ©¸³Æ® ***************************/

/********************************* zoom ÆË¾÷ ***************************/
function zoom01()
{
	window.open("../complex/zoom01.htm", 'pop_up', 'width=900,height=675,left=0,top=0,status=no,menubar=no,scrollbars=no,resizable=no');
}

function zoom02()
{
	window.open("../complex/zoom02.htm", 'pop_up', 'width=900,height=675,left=0,top=0,status=no,menubar=no,scrollbars=no,resizable=no');
}

function zoom03()
{
	window.open("../complex/zoom03.htm", 'pop_up', 'width=900,height=675,left=0,top=0,status=no,menubar=no,scrollbars=no,resizable=no');
}

function zoom04()
{
	window.open("../complex/zoom04.htm", 'pop_up', 'width=900,height=700,left=0,top=0,status=no,menubar=no,scrollbars=no,resizable=no');
}

function zoom05()
{
	window.open("http://mapsvc.samsung.co.kr/SamsungRaemian/MapBrowser.asp?Quick_id=31793", 'pop_up', 'width=910,height=700,left=0,top=0,status=no,menubar=no,scrollbars=no,resizable=no');
}
/********************************* zoom ÆË¾÷ ***************************/

/********************************* ¿À¸¥ÂÊ ¸¶¿ì½º Å¬¸¯ ±ÝÁö ½ºÅ©¸³Æ® ***************************
function clickIE() {
if (document.all) {
return false;
}
} 
function clickNS(e) {
if (document.layers||(document.getElementById&&!document.all)) { 
if (e.which==2||e.which==3) {
return false;
}
}
} 
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS;
} 
else{
document.onmouseup=clickNS;
document.oncontextmenu=clickIE;
} 
document.oncontextmenu=new Function("return false")
/********************************* ¿À¸¥ÂÊ ¸¶¿ì½º Å¬¸¯ ±ÝÁö ½ºÅ©¸³Æ® ***************************/

/********************************* png ÀÌ¹ÌÁö ½ºÅ©¸³Æ® ***************************/
function setPng24(obj) {
    obj.width=obj.height=1;
    obj.className=obj.className.replace(/\bpng24\b/i,'');
    obj.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+ obj.src +"',sizingMethod='image');"
    obj.src='';
    return '';
}
/********************************* png ÀÌ¹ÌÁö ½ºÅ©¸³Æ® ***************************/

/********************************* ÀÏÁ¤ ÆË¾÷ ***************************/
function schedule()
{
	window.open("../sale_outline/pop_schedule.asp", 'pop_up02', 'width=653,height=532,left=0,top=0,status=no,menubar=no,scrollbars=no,resizable=no');
}
/********************************* ÀÏÁ¤ ÆË¾÷ ***************************/

/********************************* vr ÆË¾÷ ***************************/
function vr()
{
	window.open("../vr/79_01.jsp", 'pop_up02', 'width=980,height=740,left=0,top=0,status=no,menubar=no,scrollbars=no,resizable=no');
}
/********************************* vr ÆË¾÷ ***************************/

/********************************* ÇÑ´«¿¡º¸±â ÆË¾÷ ***************************/
function view()
{
	window.open("../pop_view.htm", 'pop_up03', 'width=700,height=709,left=0,top=0,status=no,menubar=no,scrollbars=no,resizable=no');
}
/********************************* ÇÑ´«¿¡º¸±â ÆË¾÷ ***************************/

///ÇÃ·¡½¬ ±¸Çö///////////////////////////////////////////
// s	: url
// d	: flash id
// w	: source width
// h	: source height
// t	: wmode ("" for none, transparent, opaque ...)
/////////////////////////////////////////////////////////

function mf(s,d,w,h,t){
 var rtn = "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\"  codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width="+w+" height="+h+" id="+d+"> "
  + " <param name=wmode value="+t+" /> "
  + " <param name=movie value="+s+" />" 
  + " <param name=quality value=high /> "
  + " <embed src="+s+" quality=high wmode="+t+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+w+" height="+h+">"
  + " </embed></object>";
  document.write(rtn);
}

function mf2(s,d,w,h,t){
 return "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\"  codebase=\"http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0\" width="+w+" height="+h+" id="+d+"> "
  + " <param name=wmode value="+t+" /> "
  + " <param name=movie value="+s+" />" 
  + " <param name=quality value=high /> "
  + " <embed src="+s+" quality=high wmode="+t+" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" width="+w+" height="+h+">"
  + " </embed></object>";
}

// write document contents
function documentwrite(src){
	document.write(src);
}
/////////////////////////////////////////////////////////
-->
