// JS Menu for www.CGIWiz.com, All rights reserved!
// (cgiwiz_template.dwt)

var menu 	= new JSMenu();
menu.self       = "menu";
menu.bgimage    = "menu/spacer.gif";
menu.bgcolor    = "#593B63";
menu.hovercolor = "#71537B";
menu.cur_hover  = "#81638B";
menu.border     = 1;
menu.border_color = "#402A48";
menu.shine      = 0;
menu.sleep      = 15;
menu.x          = 0;
menu.y          = 0;
menu.Top        = -8;
menu.Left       = -12;
menu.Width      = -8;
menu.version    = 4;
menu.arrow_pic  = "menu/menu_arow.gif";

var url = 'http://www.cgiwiz.com/site/';
var menu_header = '&nbsp;<B><font size=1 face="Arial,Verdana" color="#F1D3FB" CLASS="JSMenuA">';
var menu_foother= '</font></B> &nbsp;';

// Services sub menu
var m_services    = menu.JSMenu_add_menu({
			parent:0,
			name:'SERVICES',
			html:'',
			width:150,
			left:445,
			top:40,
			cur_hover:true,
			separator:{size:1}
		  });
var i_cust_prog   = menu.JSMenu_add_item({
			parent:m_services,
			name:'Custom Programming',
		  	html:menu_header+'Custom Programming'+menu_foother,
		  	width:140,
		  	link:url+'programming.html'
		  });
var i_cgi_inst    = menu.JSMenu_add_item({
			parent:m_services,
			name:'CGI Scripts Installation',
		  	html:menu_header+'CGI Scripts Installation'+menu_foother,
		  	link:url+'installation.html'
		  });
var i_e_comm      = menu.JSMenu_add_item({
			parent:m_services,
			name:'E-Commerce',
		  	html:menu_header+'E-Commerce'+menu_foother,
		  	link:url+'ecommerce.html'
		  });
var i_demo_prod   = menu.JSMenu_add_item({
			parent:m_services,
			name:'DEMO Products',
		  	html:menu_header+'DEMO Products'+menu_foother,
		  	link:url+'products.html'
		  });

// About Us sub menu
var m_aboutus     = menu.JSMenu_add_menu({
			parent:0,
			name:'ABOUT US',
			html:'',
			width:124,
			left:542,
			top:40,
			cur_hover:true,
			separator:{size:1}
		  });
var i_comp_prof  = menu.JSMenu_add_item({
			parent:m_aboutus,
			name:'Company Profile',
		  	html:menu_header+'Company Profile'+menu_foother,
		  	width:112,
		  	link:url+'profile.html'
		  });
var i_contact_us = menu.JSMenu_add_item({
			parent:m_aboutus,
			name:'Contact Us',
		  	html:menu_header+'Contact Us'+menu_foother,
		  	link:url+'contactus.html'
		  });

// Testimonials sub menu
var m_testimon   = menu.JSMenu_add_menu({
			parent:0,
			name:'TESTIMONIALS',
			html:'',
			width:116,
			left:627,
			top:40,
			cur_hover:true,
			separator:{size:1}
		  });
var i_testimon   = menu.JSMenu_add_item({
			parent:m_testimon,
			name:'Testimonials',
		  	html:menu_header+'Testimonials'+menu_foother,
		  	width:106,
		  	link:url+'testimonials.html'
		  });