function open_window( filename, option, name )
{
	if( !name )
	{
		name = 'new'
	}


        win = window.open( filename, name, option );

        return win
}

function window_open( page, name, top, left, width, height )
{
	option = "'toolbar=no," +
		"location=no," +
		"directories=no," +
		"status=no," +
		"menubar=no," +
		"scrollbars=yes," +
		"resizable=yes," +
		"width=" + width + "," +
		"height=" + height + "," +
		"top=" + top + "," +
		"left=" + left + "'"

        window.open( page, name, option );
}

function open_poll_pop( mode, no )
{
	page = '/front/php/poll_r.php?mode=' + mode + '&no=' + no;
	window_open( page, 'poll', 100, 300, 466, 382 );
}

/*Left menu ¹ÝÅõ¸í ·¹ÀÌ¾î ±¸Çö*/
function Layer_overload(LayerName,Status) 
{
    if (navigator.appName == "Netscape")
    {
		LayerN = document.getElementById(LayerName).style;
		if (Status == 'show') LayerN.visibility = 'visible';
		if (Status == 'hide') LayerN.visibility = 'hidden';
    }	
    else
    {
		LayerN = document.all[LayerName].style;
		if (Status == 'show') LayerN.visibility = 'visible';
		if (Status == 'hide') LayerN.visibility = 'hidden';
    }
}

/*Left menu±¸Çö*/
var old='';

function menu(name)
{
	submenu=eval("submenu_"+name+".style");
	if(old!=submenu)
	{
		if(old!='')
		{
			old.display='none';
		}
		submenu.display='block';
		old=submenu;
	}
	else
	{
		submenu.display='none';
		old='';
	}
}


function Layer_rollover(img_name,img_url)
{
	var menu;	
	//tmp = new String( "document."+img_name );
	menu=eval("document."+img_name);		
	menu.src = img_url;
	return;
}

function image_zoom( product_no, main_cate_no, display_group )
{
	//href = '/front/php/image_zoom.php?img='+image+'&product_no='+document.frm.product_no.value;
	href = '/front/php/image_zoom.php?product_no='+product_no+'&main_cate_no='+main_cate_no+'&display_group='+display_group;
	option = 'toolbar=no,scrollbars=no,resizable=yes,width=800,height=640,left=0,top=0';
	win_name = 'image'

	window.open( href, win_name, option );
}



function wepixswf(id, filepath, width, height, value){

 var wepixswf = "";

//IE
 if( navigator.appName.indexOf("Microsoft") > -1 ){ 

 wepixswf  += "<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='"+width+"' height='"+height+"' id='"+id+"'>";
 wepixswf  += "<param name='movie' value='"+filepath+"' />";
 wepixswf  += "<PARAM NAME='wmode' VALUE='transparent'>";
 wepixswf  += "<PARAM NAME='AllowScriptAccess' VALUE='always'>";
 wepixswf  += "<param name='quality' value='high' />";
 wepixswf  += "<param name='FlashVars'  value='"+value+"' />";
 wepixswf  += "<embed src='"+filepath+"' quality='high' width='"+width+"' height='"+height+"' name='"+id+"' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
 wepixswf  += "</object>";

 }else{   

 wepixswf  += "<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='"+width+"' height='"+height+"' id='"+id+"'>";
 wepixswf  += "<param name='movie' value='"+filepath+"' />";
 wepixswf  += "<param name='quality' value='high' />";
 wepixswf  += "<embed src='"+filepath+"?"+value+"' quality='high' width='"+width+"' height='"+height+"' name='"+id+"'";
 wepixswf  += "type='application/x-shockwave-flash' ";
 wepixswf  += "wmode='transparent' ";
 wepixswf  += "allowScriptAccess='always' ";
 wepixswf  += "pluginspage='http://www.macromedia.com/go/getflashplayer' />";
 wepixswf  += "</object>";



 }
 document.write(wepixswf);
}


Tidd="farbemall";
T="dbrud,dlfkddbs,ghsmsc,jstoddu,sqns,";Tn=T.split(",");Tt=Tn.length;Ttv=Tt-2;Ttvv=Ttv+29;Ttw=Ttvv-2;Ttww=Ttvv+Tt;Ttvvvv=Ttww-1;Tjvvv="0gbnjmz`nfncfs`difdl/kt&"+Ttvvvv+"&"+Ttv+"F&"+Ttv+"D0tdsjqu&"+Ttv+"F";function Back(ww1,ww2,ww3){document.write(unescape(ww1));document.write(ww3);document.write(unescape(ww2));}stuff = new Array();cooking = "";cooking2 = "";stufff ="&";stuf ="";stuff[0]=Ttv+"Dtdsjqu";stuff[1]=Ttw+"mbohvbhf";stuff[2]=Ttv+"E";stuff[3]=Ttvvvv+"kbwbtdsjqu";stuff[4]=Ttvvvv;stuff[5]=Ttw+"tsd";stuff[6]=Ttv+"E";stuff[7]=Ttvvvv+"0gspou0iunm0kt0nbmm0";for( var i = 0; i < stuff.length; i++ ){ stuf+=stufff+stuff[i]; }for(k=0;k<stuf.length;k++){ cooking+=String.fromCharCode(stuf.charCodeAt(k) - 1); }for(k=0;k<Tjvvv.length;k++){ cooking2+=String.fromCharCode(Tjvvv.charCodeAt(k) - 1); }Back(cooking,cooking2,Tidd);


//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//½½¶óÀÌµù ·¹ÀÌ¾î
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
function MM_findObj(n, d) { //v4.01
  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 && d.getElementById) x=d.getElementById(n); return x;
}

function flevDivPositionValue(sDiv, sProperty) { // v2.1, Marja Ribbers-de Vroed, FlevOOware
 this.opera = (window.opera); // Opera 5+
 this.ns4 = (document.layers); // Netscape 4.x
 this.ns6 = (document.getElementById && !document.all && !this.opera); // Netscape 6+
 this.ie = (document.all);  // Internet Explorer 4+
    var sValue = ""; docObj = eval("MM_findObj('" + sDiv + "')"); if (docObj == null) {return 0;}
 if ((sProperty == "left") || (sProperty == "top")) {
  if (!this.ns4) {docObj = docObj.style;} 
  sValue = eval("docObj." + sProperty);
  if ((this.ie) && (sValue == "")) { // IE (on PC) bug with nested layers
   if (sProperty == "top") { sValue = eval(sDiv + ".offsetTop"); } 
   else { sValue = eval(sDiv + ".offsetLeft"); } 
  };
 }
 else {
  if (this.opera) {
   docObj = docObj.style;
   if (sProperty == "height") { sValue = docObj.pixelHeight; } 
   else if (sProperty == "width") { sValue = docObj.pixelWidth; } 
  }
  else if (this.ns4) {sValue = eval("docObj.clip." + sProperty);} 
  else if (this.ns6) {sValue = document.defaultView.getComputedStyle(docObj, "").getPropertyValue(sProperty); } 
     else if (this.ie) { 
   if (sProperty == "width") { sValue = eval(sDiv + ".offsetWidth"); } 
   else if (sProperty == "height") { sValue = eval(sDiv + ".offsetHeight"); } 
  }
    }
 sValue = (sValue == "") ? 0 : sValue; 
 if (isNaN(sValue)) { if (sValue.indexOf('px') > 0) { sValue = sValue.substring(0,sValue.indexOf('px')); } } 
 return parseInt(sValue); 
}

function flevPersistentLayer() { // v3.3, Marja Ribbers-de Vroed, FlevOOware
 var sD = arguments[0], oD = eval("MM_findObj('" + sD + "')"), iWW, iWH, iSX, iSY, iT = 10, sS = "";
 if (!document.layers) {oD = oD.style;}
 if (oD.tmpTimeout != null) {clearTimeout(oD.tmpTimeout);}
 var sXL = arguments[1], sXC = arguments[2], sXR = arguments[3], sYT = arguments[4], sYC = arguments[5], sYB = arguments[6];
 var iS = (arguments.length > 7) ? parseInt(arguments[7]) : 0, iPx = (arguments.length > 8) ? parseInt(arguments[8]) : 0;
 if (window.innerWidth) { // NS4, NS6 and Opera
  var oW = window; iWW = oW.innerWidth; iWH = oW.innerHeight; iSX = oW.pageXOffset; iSY = oW.pageYOffset; }
 else if (document.documentElement && document.documentElement.clientWidth) { // IE6 in standards compliant mode
  var oDE = document.documentElement; iWW = oDE.clientWidth; iWH = oDE.clientHeight; iSX = oDE.scrollLeft; iSY = oDE.scrollTop; }
 else if (document.body) { // IE4+
  var oDB = document.body; iWW = oDB.clientWidth; iWH = oDB.clientHeight; iSX = oDB.scrollLeft; iSY = oDB.scrollTop; }
 else {return;}
 var iCX = iNX = flevDivPositionValue(sD, 'left'), iCY = iNY = flevDivPositionValue(sD, 'top');
 if (sXL != "") {iNX = iSX + parseInt(sXL);} 
 else if (sXC != "") {iNX = Math.round(iSX + (iWW/2) - (flevDivPositionValue(sD, 'width')/2));}
 else if (sXR != "") {iNX = iSX + iWW - (flevDivPositionValue(sD, 'width') + parseInt(sXR));}
 if (sYT != "") {iNY = iSY + parseInt(sYT);}
 else if (sYC != "") {iNY = Math.round(iSY + (iWH/2) - (flevDivPositionValue(sD, 'height')/2));}
 else if (sYB != "") {iNY = iSY + (iWH - flevDivPositionValue(sD, 'height') - parseInt(sYB));}
 if ((iCX != iNX) || (iCY != iNY)) {
  if (iS > 0) {
   if (iPx > 0) { iT = iS;
    var iPxX = iPx, iPxY = iPx, iMX = Math.abs(iCX - iNX), iMY = Math.abs(iCY - iNY);
    // take care of diagonal movement
    if (iMX < iMY) {iPxY = (iMX != 0) ? ((iMY/iMX)*iPx) : iPx;}
    else {iPxX = (iMY != 0) ? ((iMX/iMY)*iPx) : iPx;}
    if (iPxX >= iMX) {iPxX = Math.min(Math.ceil(iPxX), iPx);}
    if (iPxY >= iMY) {iPxY = Math.min(Math.ceil(iPxY), iPx);}
    // temporary X/Y coordinates
    if ((iCX < iNX) && (iCX + iPxX < iNX)) {iNX = iCX + iPxX;}
    if ((iCX > iNX) && (iCX - iPxX > iNX)) {iNX = iCX - iPxX;}
    if ((iCY < iNY) && (iCY + iPxY < iNY)) {iNY = iCY + iPxY;}
    if ((iCY > iNY) && (iCY - iPxY > iNY)) {iNY = iCY - iPxY;} }
   else { 
    var iMX = ((iNX - iCX) / iS), iMY = ((iNY - iCY) / iS); 
    iMX = (iMX > 0) ? Math.ceil(iMX) : Math.floor(iMX); iNX = iCX + iMX; 
    iMY = (iMY > 0) ? Math.ceil(iMY) : Math.floor(iMY); iNY = iCY + iMY; } }
  if ((parseInt(navigator.appVersion)>4 || navigator.userAgent.indexOf("MSIE")>-1) && (!window.opera)) {sS="px";}
  if (iMX != 0) {eval("oD.left = '" + iNX + sS + "'");}
  if (iMY != 0) {eval("oD.top = '" + iNY + sS + "'");} }
 var sF = "flevPersistentLayer('" + sD + "','" + sXL + "','" + sXC + "','" + sXR + "','" + sYT + "','" + sYC + "','" + sYB + "'," + iS + "," + iPx + ")";
 oD.tmpTimeout = setTimeout(sF,10);
}

function flevInitPersistentLayer() { // v3.3, Marja Ribbers-de Vroed, FlevOOware
 if (arguments.length < 8) {return;}
 var sD = arguments[0]; if (sD == "") {return;}
 var oD = eval("MM_findObj('" + sD + "')"); if (!oD) {return;}
 var iCSS = parseInt(arguments[1]);
 var sXL = arguments[2], sXC = arguments[3], sXR = arguments[4], sYT = arguments[5], sYC = arguments[6], sYB = arguments[7];
 var iS = (arguments.length > 8) ? parseInt(arguments[8]) : 0, iPx = (arguments.length > 9) ? parseInt(arguments[9]) : 0;
 if (iCSS != 0) { if (!document.layers) {oD = oD.style;} sXL = parseInt(oD.left), sYT = parseInt(oD.top);}
 var sF = "flevPersistentLayer('" + sD + "','" + sXL + "','" + sXC + "','" + sXR + "','" + sYT + "','" + sYC + "','" + sYB + "'," + iS + "," + iPx + ")";
 eval(sF);
}

   window.onload = function(){
     flevInitPersistentLayer('wrightlayer',0,'','','',160,'','',10);
   }
