﻿BLANK_IMAGE = '/images/b2.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

//menu items
var MENU_ITEMS = [
  {pos:[22, 20], size:[30, 110], itemoff:[0, 109], leveloff:[0, 0], delay:300, imgsize:[16, 16], arrsize:[16, 16], style:{border:0, shadow:0, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
    {code:"소개", url:"./_index.php?m=o", 
      sub:[
      {size:[30, 110], itemoff:[29, 0], leveloff:[29, 0], delay:0, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"SubItem 0"},
        {code:"SubItem 1"},
        {code:"SubItem 2"},
        {code:"SubItem 3"}
      ]},
    {code:"기능", url:"./_index.php?m=f", 
      sub:[
      {size:[30, 110], itemoff:[29, 0], leveloff:[29, 0], delay:0, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"SubItem 0"},
        {code:"SubItem 1"},
        {code:"SubItem 2"},
        {code:"SubItem 3"}
      ]},
    {code:"구입", url:"./_index.php?m=p", 
      sub:[
      {size:[30, 110], itemoff:[29, 0], leveloff:[29, 0], delay:0, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"SubItem 0"},
        {code:"SubItem 1"},
        {code:"SubItem 2"},
        {code:"SubItem 3"}
      ]},
    {code:"고객지원", url:"./_index.php?m=s", 
      sub:[
      {size:[30, 110], itemoff:[29, 0], leveloff:[29, 0], delay:0, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"SubItem 0"},
        {code:"SubItem 1"},
        {code:"SubItem 2"},
        {code:"SubItem 3"}
      ]},
    {code:"뉴스", url:"./_index.php?m=n", 
      sub:[
      {size:[30, 110], itemoff:[29, 0], leveloff:[29, 0], delay:0, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:2, color:{border:"#666666", shadow:"#DBD8D1", bgON:"white", bgOVER:"#B6BDD2", imagebg:"#DBD8D1", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"SubItem 0"},
        {code:"SubItem 1"},
        {code:"SubItem 2"},
        {code:"SubItem 3"}
      ]}
];