wd = screen.width;
if (wd == 1024)
{
var y=111;
var x = 159;}
if (wd == 800)
{
var y = 0;
var x=158;}
if (wd == 640)
var x=315;
BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",		// color of the item border, if any
		shadow:"",		// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""		// 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
	}
};

var MENU_ITEMS = [
	{pos:[y,x], itemoff:[21,0], leveloff:[0,203], style:STYLE, size:[24,200]},
			{code:'<img src="images/index_05.gif" width="203" height="28"/>',
				sub:[
			{},
			{code:'<img src="images/menubar_intro.gif" width="169" height="22"/>',url:"sub1_ayurscience.htm",
				ocode:'<img src="images/menubar_intro1.gif" width="169" height="22" />'},
			{code:'<img src="images/menubar_cel.gif" width="169" height="22" />',url:"sub2_ayurscience.htm",
				ocode:'<img src="images/menubar_cel1.gif" width="169" height="22" />'},
			{code:'<img src="images/menubar_basics.gif" width="169" height="22" />',url:"sub3_ayurscience.htm",
				ocode:'<img src="images/menubar_basics1.gif" width="169" height="22" />'},
				{code:'<img src="images/menubar_tri.gif" width="169" height="22" />',url:"sub4_ayurscience.htm",
				ocode:'<img src="images/menubar_tri1.gif" width="169" height="22" />'},
				{code:'<img src="images/menubar_atext.gif" width="169" height="22" />',url:"sub5_ayurscience.htm",
				ocode:'<img src="images/menubar_atext1.gif" width="169" height="22" />'}
		]
	},
	{code:'<img src="images/panchakarma_mnu.gif" width="203" height="28" />',
		//ocode:'<img src="images/item2o.gif" width="111" height="24" />',
		sub:[
			{},
			{code:'<img src="images/menubar_intro.gif" width="169" height="22"/>',url:"sub1_panchakarma.htm",
				ocode:'<img src="images/menubar_intro1.gif" width="169" height="22" />'},
			{code:'<img src="images/menubar_purva.gif" width="169" height="22"/>',url:"sub2_panchakarma.htm",
				ocode:'<img src="images/menubar_purva1.gif" width="169" height="22" />'},
			{code:'<img src="images/menubar_prna.gif" width="169" height="22" />',url:"sub3_panchakarma.htm",
				ocode:'<img src="images/menubar_prana1.gif" width="169" height="22" />'},
				{code:'<img src="images/menubar_reju.gif" width="169" height="22" />',url:"sub4_panchakarma.htm",
				ocode:'<img src="images/menubar_reju1.gif" width="169" height="22" />'}
				
				]
	},
	
];
