/*****************************************************************************
Default browsercheck - Leave this one
******************************************************************************/
function lib_bwcheck(){ //Browsercheck (needed)
	this.ver=navigator.appVersion; this.agent=navigator.userAgent;
	this.dom=document.getElementById?1:0
	this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom)?1:0;
	this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom)?1:0;
        this.ie7=(this.ver.indexOf("MSIE 7")>-1 && this.dom)?1:0;
        this.ie8=(this.ver.indexOf("MSIE 8")>-1 && this.dom)?1:0;
        this.ie9=(this.ver.indexOf("MSIE 9")>-1 && this.dom)?1:0;
	this.ie4=(document.all && !this.dom)?1:0;
	this.ie=this.ie4||this.ie5||this.ie6||this.ie7||this.ie8 
	this.mac=this.agent.indexOf("Mac")>-1
	this.opera5=this.agent.indexOf("Opera 5")>-1
	this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; 
	this.ns4=(document.layers && !this.dom)?1:0;
	this.bw=(this.ie8 || this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5 || this.dom)
	return this;
}
var bw=new lib_bwcheck() //Making browsercheck object
var mDebugging=2 //General debugging variable. Set to 0 for no debugging, 1 for alerts or 2 for status debugging.
oCMenu=new makeCoolMenu("oCMenu") //Making the menu object. Argument: menuname
oCMenu.useframes=0 //Do you want to use the menus as coolframemenu or not? (in frames or not) - Value: 0 || 1
oCMenu.frame="frmMain" //The name of your main frame (where the menus should appear). Leave empty if you're not using frames - Value: "main_frame_name"
oCMenu.useclick=0 //If you want the menu to be activated and deactivated onclick only set this to 1. - Value: 0 || 1
/*If you set this to 1 you will get a "hand" cursor when moving over the links in NS4. 
NOTE: This does not apply to the submenus if the menu is used in frames due some mayor problems with NS4*/
oCMenu.useNS4links=1  
//After adding the "hover effect" for netscape as well, all styles are lost. But if you want padding add it here.
oCMenu.NS4padding=2 
//If you have select boxes close to your menu the menu will check for that and hide them if they are in the way of the menu.
//This feature does unfortunatly not work in NS4!
oCMenu.checkselect=1
/*If you choose to have this code inside a linked js, or if your using frames it's important to set these variables. 
This will help you get your links to link to the right place even if your files are in different folders.
The offlineUrl variable is the actual path to the directory where you js file are locally. 
This is just so you can test it without uploading. Remember to start it with file:/// and only use slashes, no backward slashes!
Also remember to end with a slash                                                                                                 */
oCMenu.offlineUrl="file:///C|/Inetpub/wwwroot/dhtmlcentral/" //Value: "path_to_menu_file_offline/"
//The onlineUrl variable is the online path to your script. Place in the full path to where your js file is. Remember to end with a slash.
oCMenu.onlineUrl="http://www.dhtmlcentral.com/coolmenus/examples/withoutframes/" //Value: "path_to_menu_file_online/"
oCMenu.pagecheck=1 //Do you want the menu to check whether any of the subitems are out of the bouderies of the page and move them in again (this is not perfect but it hould work) - Value: 0 || 1
oCMenu.checkscroll=0 //Do you want the menu to check whether the page have scrolled or not? For frames you should always set this to 1. You can set this to 2 if you want this feature only on explorer since netscape doesn't support the window.onscroll this will make netscape slower (only if not using frames) - Value: 0 || 1 || 2
oCMenu.resizecheck=1 //Do you want the page to reload if it's resized (This should be on or the menu will crash in Netscape4) - Value: 0 || 1
oCMenu.wait=500 //How long to wait before hiding the menu on mouseout. Netscape 6 is a lot slower then Explorer, so to be sure that it works good enough there you should not have this lower then 500 - Value: milliseconds
//Background bar properties
oCMenu.usebar=1 //If you want to use a background-bar for the top items set this on - Value: 1 || 0
oCMenu.barcolor="#ffffff" //The color of the background bar - Value: "color"
oCMenu.barwidth="menu" //The width of the background bar. Set this to "menu" if you want it to be the same width as the menu. (this will change to match the border if you have one) - Value: px || "%" || "menu"
oCMenu.barheight="menu" //The height of the background bar. Set this to "menu" if you want it to be the same height as the menu. (this will change to match the border if you have one) - Value: px || "%" || "menu"
oCMenu.barx="menu" //The left position of the bar. Set this to "menu" if you want it be the same as the left position of the menu. (this will change to match the border if you have one)  - Value: px || "%" || "menu"
oCMenu.bary="menu" //The top position of the bar Set this to "menu" if you want it be the same as the top position of the menu. (this will change to match the border if you have one)  - Value: px || "%" || "menu"
oCMenu.barinheritborder=0 //Set this to 1 if you want the bar to have the same border as the top menus - Value: 0 || 1
//Placement properties
oCMenu.rows=1 //This controls whether the top items is supposed to be laid out in rows or columns. Set to 0 for columns and 1 for row - Value 0 || 1
oCMenu.fromleft=50 //This is the left position of the menu. (Only in use if menuplacement below is 0 or aligned) (will change to adapt any borders) - Value: px || "%"
oCMenu.fromtop=270 //This is the left position of the menu. (Only in use if menuplacement below is 0 or aligned) (will change to adapt any borders) - Value: px || "%"
oCMenu.pxbetween=0 //How much space you want between each of the top items. - Value: px || "%"
/*You have several different ways to place the top items. 
You can have them right beside eachother (only adding the pxbetween variable)
oCMenu.menuplacement=0
You can have them aligned to one of the sides - This is mostly when not using frames, but can be used in both conditions
Values: (If you get strange results check the fromleft,fromtop and pxbetween variables above)
For menus that are placed in columns (align=left or align=right (se below)) you can align them to the "right" or "center"
For menus that are placed in rows (align=top or align=bottom (se below)) you can align them to the "bottom", "center" or "bottomcenter"
oCMenu.menuplacement="center"
You can also set them directly in pixels: (Remember to have as many array members as you have top items)
oCMenu.menuplacement=new Array(10,200,400,600)
Or you can place in percentage: (remember to use the ' ' around the numbers)
Choose one of those options to get the desired results.
*/
oCMenu.menuplacement=0
/*
Now we are ready for the properties of each level. For those of that have used the old 
coolmenus for coolframemenu I will try and explain how this works like this:
level[0] = top items
level[1] = sub items
level[2] = sub2 items
level[3] = sub3 items and so on....
All menus will inherit the properties, and all properties does only HAVE to be spesifed on the top level. 
If a level doesn't have on property spesified it will look for it on the last level that was spesified, 
if it still doesn't exist it will get the properties from level[0]
Which means that if you set the background color on level[0] to "black" and doesn't spesify any more levels or doesn't 
spesify the background color on the last level you spesified ALL menus will get the color from level[0]
Did that make sense at all? This can be a little hard to understand, look at the different examples on my site
and play with and I am sure you'll get what I mean.
*/
//TOP LEVEL PROPERTIES - ALL OF THESE MUST BE SPESIFIED FOR LEVEL[0]
oCMenu.level[0]=new Array() //Add this for each new level
oCMenu.level[0].width=110 //The default width for each level[0] (top) items. You can override this on each item by spesifying the width when making the item. - Value: px || "%"
oCMenu.level[0].height=27 //The default height for each level[0] (top) items. You can override this on each item by spesifying the height when making the item. - Value: px || "%"
//oCMenu.level[0].bgcoloroff="#d53012" //The default background color for each level[0] (top) items. You can override this on each item by spesifying the backgroundcolor when making the item. - Value: "color"
//oCMenu.level[0].bgcoloron="#ffffff" //The default "on" background color for each level[0] (top) items. You can override this on each item by spesifying the "on" background color when making the item. - Value: "color"
//oCMenu.level[0].textcolor="#ffffff" //The default text color for each level[0] (top) items. You can override this on each item by spesifying the text color when making the item. - Value: "color"
//oCMenu.level[0].hovercolor="#d53012" //The default "on" text color for each level[0] (top) items. You can override this on each item by spesifying the "on" text color when making the item. - Value: "color"
//oCMenu.level[0].style="padding:0px; font-family:arial,helvetica; font-size:12px; font-weight:bold" //The style for all level[0] (top) items. - Value: "style_settings"
oCMenu.level[0].border=0 //The border size for all level[0] (top) items. - Value: px
//oCMenu.level[0].bordercolor="#d53012" //The border color for all level[0] (top) items. - Value: "color"
oCMenu.level[0].offsetX=0 //The X offset of the submenus of this item. This does not affect the first submenus, but you need it here so it can be the default value for all levels. - Value: px
oCMenu.level[0].offsetY=0 //The Y offset of the submenus of this item. This does not affect the first submenus, but you need it here so it can be the default value for all levels. - Value: px
//oCMenu.level[0].NS4font="arial,helvetica"
//oCMenu.level[0].NS4fontSize="2"
/*New: Added animation features that can be controlled on each level.*/
oCMenu.level[0].clip=1 //Set this to 1 if you want the submenus of this level to "slide" open in a animated clip effect. - Value: 0 || 1
oCMenu.level[0].clippx=15 //If you have clip spesified you can set how many pixels it will clip each timer in here to control the speed of the animation. - Value: px 
oCMenu.level[0].cliptim=50 //This is the speed of the timer for the clip effect. Play with this and the clippx to get the desired speed for the clip effect (be carefull though and try and keep this value as high or possible or you can get problems with NS4). - Value: milliseconds
//Filters - This can be used to get some very nice effect like fade, slide, stars and so on. EXPLORER5.5+ ONLY - If you set this to a value it will override the clip on the supported browsers
oCMenu.level[0].filter=0 //VALUE: 0 || "filter specs"
/*And last but not least the align variable.
This spesifies how the submenus of this level comes out. 
Values:
"bottom": The sub menus of this level will come out on the top of this item
"top": The sub menus of this level will come out on the bottom of this item
"left": The sub menus of this level will come out on the right of this item
"right": The sub menus of this level will come out on the left of this item
In generally "left" and "right" works best for menus in columns and "top" and "bottom" works best for menus in rows. 
But by all means feel free to play with it.
If you have set pagecheck to 1 above this is what the pagecheck will change when reaching the bounderies of the page.
If it reaches the right boundery and it's aligned left it will change the align to right and so on.
*/
oCMenu.level[0].align="bottom" //Value: "top" || "bottom" || "left" || "right" 
//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to spesify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new Array() //Add this for each new level (adding one to the number)
//oCMenu.level[1].width=oCMenu.level[0].width+55
oCMenu.level[1].width=200
oCMenu.level[1].height=14
oCMenu.level[1].bgcoloroff="#F8F8Ff"
oCMenu.level[1].bgcoloron="#004A38"
oCMenu.level[1].textcolor="#004A38"
oCMenu.level[1].hovercolor="#ffffff"
oCMenu.level[1].style="padding:2px; font-family: Verdana, sans-serif; font-size: 9px; color: #d53012; font-weight: bold; text-decoration: none;"
oCMenu.level[1].align="right" 
oCMenu.level[1].offsetX=0
oCMenu.level[1].offsetY=0
//oCMenu.level[1].border=1 
//oCMenu.level[1].bordercolor="#d53012"
//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to spesify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[2]=new Array() //Add this for each new level (adding one to the number)
oCMenu.level[2].width=50
oCMenu.level[2].height=16
oCMenu.level[2].bgcoloroff="#004a38"
oCMenu.level[2].bgcoloron="#ffffff"
oCMenu.level[2].textcolor="#ffffff"
oCMenu.level[2].hovercolor="#004A38"
oCMenu.level[2].style="padding:2px; font-family: Verdana, sans-serif; font-size: 9px; color: #ffffff; font-weight: bold; text-decoration: none;"
oCMenu.level[2].align="right" 
oCMenu.level[2].offsetX=0
oCMenu.level[2].offsetY=0
oCMenu.level[2].border=0 
oCMenu.level[2].bordercolor="#006699"
oCMenu.level[2].NS4font="arial,helvetica"
oCMenu.level[2].NS4fontSize="1"
/*Variables for each menu item: (** means that they have to be spesified!)
name: The name of the item. This must be unique for each item. Do not use spaces or strange charachters in this one! **
parent: The name of the menuitem you want this to "connect" to. This will be a submenu of the item that have the name you place in here. ** for all other then the topitems
text: The text you want in the item. ** (except if you use images) 
link: The page you want this item to link to.
target: The target window or frame you want the link to go to (Default is same window if you're not using frames, and the mainframe if you're using frames)
width: The width of the element. If not spesified it will get the default width spesified above.
height: The height of the element. If not spesified it will get the default height spesified above.
img1: The "off" image for element if you want to use images.
img2: The image that appears onmouseover if using images.
bgcoloroff: The background color for this item. If not spesified it will get the default background color spesified above.
bgcoloron: The "on" background color for this item. If not spesified it will get the default "on" background color spesified above.
textcolor: The text color for this item. If not spesified it will get the default text color spesified above.
hovercolor: The "on" text color for this item. If not spesified it will get the default "on" text color spesified above. Netscape4 ignores this
onclick: If you want something to happen when the element is clicked (different from going to a link) spesifiy it here.
onmouseover: This will happen when you mouseover the element. Could be status text, another imageswap or whatever.
onmouseout: This will happen when you mouseout the element.
Remember you can have as many levels/sublevels as you want. Just make sure you spesify the correct "parent" for each item.
To set styles for each level see above.
*/	
oCMenu.makeMenu('top0','','<img src=temp/vibrators2.gif border=0>','#','','72')
		oCMenu.makeMenu('sub00','top0','&#149;&nbsp;VIBRATORS  (17 Categories)','#','','187')
                                          oCMenu.makeMenu('sub376','sub00','&#149;&nbsp;VBRATORS (show me all) ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vibrators','','160')
                   		oCMenu.makeMenu('sub002','sub00','&#149;&nbsp;RABBIT VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=rabbit_vibe','','160')
oCMenu.makeMenu('sub109','sub00','&#149;&nbsp;POCKET ROCKET VIBRATORS ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=pocket_rocket','','160')
                        //oCMenu.makeMenu('sub82','sub00','&#149;&nbsp;24K GOLD or CHROME VIBE ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=metal_vibe','','160')
                       oCMenu.makeMenu('sub0013','sub00','&#149;&nbsp;PANTY VIBRATOR','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vibrating_panty','','160')
			oCMenu.makeMenu('sub004','sub00','&#149;&nbsp;MASSAGER VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=massager_vibe','','160')
			oCMenu.makeMenu('sub005','sub00','&#149;&nbsp;STRAP-ON VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=strapsons_vibe','','160')
			oCMenu.makeMenu('sub006','sub00','&#149;&nbsp;WIRELESS & REMOTE VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=wireless_vibe','','160')
			oCMenu.makeMenu('sub007','sub00','&#149;&nbsp;G-SPOT VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=g-spot','','160')
			oCMenu.makeMenu('sub008','sub00','&#149;&nbsp;BENDABLE VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=bendable_vibe','','160')
			oCMenu.makeMenu('sub009','sub00','&#149;&nbsp;REALISTIC DILDO VIBES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=realistic_dildo','','160')
			oCMenu.makeMenu('sub0010','sub00','&#149;&nbsp;POWERFUL VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=powerful','','160')
			oCMenu.makeMenu('sub0011','sub00','&#149;&nbsp;HIGH TECH (show me all)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=hi_tech','','160')
			oCMenu.makeMenu('sub0012','sub00','&#149;&nbsp;DUAL PENETRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=dual_penetrators','','160')
                       oCMenu.makeMenu('sub003','sub00','&#149;&nbsp;EGG & BULLET VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=egg_bullet','','160')
			oCMenu.makeMenu('sub0014','sub00','&#149;&nbsp;PULSATION VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Impulse_vibe','','160')
			oCMenu.makeMenu('sub0015','sub00','&#149;&nbsp;WATERPROOF VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=waterproof_vibe','','160')
		oCMenu.makeMenu('sub01','top0','&#149;&nbsp;MORE VIBRATORS (10 Categories)','','','187')
			oCMenu.makeMenu('sub011','sub01','&#149;&nbsp;MINI (Micro) VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=mini_vibe','','160')
			oCMenu.makeMenu('sub012','sub01','&#149;&nbsp;MULTI SPEED VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=multi_speed','','160')
			oCMenu.makeMenu('sub013','sub01','&#149;&nbsp;ANAL VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=anal_vibes','','160')
			oCMenu.makeMenu('sub014','sub01','&#149;&nbsp;PORN-STAR VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=celebrity_items','','160')
			oCMenu.makeMenu('sub015','sub01','&#149;&nbsp;ELECTRIC VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=electric_vibes','','160')
oCMenu.makeMenu('sub016','sub01','&#149;&nbsp;WAND VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=wand_vibe','','160')
//oCMenu.makeMenu('sub017','sub01','&#149;&nbsp;RING-VIBES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vibe_ring','','160')
			oCMenu.makeMenu('sub018','sub01','&#149;&nbsp;TEASER VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=teaser_vibe','','160')
			oCMenu.makeMenu('sub019','sub01','&#149;&nbsp;FINGER VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=finger_vibes','','160')
			oCMenu.makeMenu('sub0120','sub01','&#149;&nbsp;TICKLER VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=tickler_vibe','','160')
			oCMenu.makeMenu('sub0121','sub01','&#149;&nbsp;VIBRATORS WITH SLEEVES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vibe_sleeves','','160')
			//oCMenu.makeMenu('sub0122','sub01','&#149;&nbsp;VIBRATING DOUBLE DONG WITH HARNESS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vib_dbl_dng_hrs','','160')
		oCMenu.makeMenu('sub02','top0','&#149;&nbsp;CLITORAL VIBRATORS','','','187')
			oCMenu.makeMenu('sub021','sub02','&#149;&nbsp;CLITORAL VIBRATORS...','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=clitoral_vibe','','165')
			//oCMenu.makeMenu('sub022','sub02','&#149;&nbsp;CLITORAL VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=clitoral_vibe','','180')
			oCMenu.makeMenu('sub023','sub02','&#149;&nbsp;CLITORAL STIMULATING','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=clit_stimulator','','165')
			oCMenu.makeMenu('sub024','sub02','&#149;&nbsp;CLITORAL PUMPS & SUCKERS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=clitoral_sucker','','165')
		oCMenu.makeMenu('sub03','top0','&#149;&nbsp;VIBRATOR KITS...','','','187')
        	oCMenu.makeMenu('sub031','sub03','&#149;&nbsp;VIBRATOR KITS...','','','200')
			oCMenu.makeMenu('sub032','sub03','&#149;&nbsp;VIBRATOR KITS (w or w/out sleeve)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=kits_vibe_bubber_sleeve','','200')
			//oCMenu.makeMenu('sub033','sub03','&#149;&nbsp;VIBRATOR KITS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=kits_vibe','','160')
		oCMenu.makeMenu('sub06','top0','&#149;&nbsp;VIBRATOR INFO...','','','187')
			oCMenu.makeMenu('sub061','sub06','&#149;&nbsp;VIBRATOR INFO','','','160')
			oCMenu.makeMenu('sub062','sub06','&#149;&nbsp;WHAT IS A VIBRATOR ?','http://www.thediscountsextoys.com/Toys_Info/Vibe_Info/1_What_is_Vibrator.htm','','160')
oCMenu.makeMenu('sub086','sub06','&#149;&nbsp;ABOUT JACK THE RABBIT ','http://www.thediscountsextoys.com/Toys_Info/Vibe_Info/rabbit_vibrator.htm','','160')
			oCMenu.makeMenu('sub063','sub06','&#149;&nbsp;ORGAS MUCH EASIER','http://www.thediscountsextoys.com/Toys_Info/Vibe_Info/orgasm-much-easier.htm','','160')
			oCMenu.makeMenu('sub064','sub06','&#149;&nbsp;WHY BUY A VIBRATOR?','http://www.thediscountsextoys.com/Toys_Info/Vibe_Info/2_Vibrators_Why_buy.htm','','160')
			oCMenu.makeMenu('sub065','sub06','&#149;&nbsp;WHAT ARE THEY FOR?','http://www.thediscountsextoys.com/Toys_Info/Vibe_Info/vibrators_What_is_it_for.htm','','160')
		oCMenu.makeMenu('sub07','top0','&#149;&nbsp;VIBRATOR MATERIALS...','','','187')
			oCMenu.makeMenu('sub071','sub07','&#149;&nbsp;VIBRATOR MATERIALS','','','135')
			oCMenu.makeMenu('sub072','sub07','&#149;&nbsp;BATTERY VIBRATOR','http://www.thediscountsextoys.com/Toys_Info/Vibe_Info/Vibes/Battery_Vibes.htm','','135')
			oCMenu.makeMenu('sub073','sub07','&#149;&nbsp;ELECTRIC VIBRATOR','http://www.thediscountsextoys.com/Toys_Info/Vibe_Info/Vibes/Electric_Vibes.htm','','135')
			oCMenu.makeMenu('sub074','sub07','&#149;&nbsp;VIBRATORS SHAPES','http://www.thediscountsextoys.com/Toys_Info/Vibe_Info/Vibes/Shapes_vibe.htm','','135')
			oCMenu.makeMenu('sub075','sub07','&#149;&nbsp;GLASS VIBRATOR','http://www.thediscountsextoys.com/Toys_Info/Vibe_Info/Vibes/Glass_vibe.htm','','135')
			oCMenu.makeMenu('sub076','sub07','&#149;&nbsp;SILICONE VIBRATOR','http://www.thediscountsextoys.com/Toys_Info/Vibe_Info/Vibes/Silicone_vibe.htm','','135')
oCMenu.makeMenu('top1','','<img src=temp/sex-toys2.gif border=0>','','','72')
	oCMenu.makeMenu('sub08','top1','&#149;&nbsp;ABOUT SEX TOYS','','','235')
			oCMenu.makeMenu('sub081','sub08','&#149;&nbsp;WHAT IS SEX TOYS','http://www.thediscountsextoys.com/toys_Info/sex_toys/about_sex_toys.htm','','165')
                        oCMenu.makeMenu('sub085','sub08','&#149;&nbsp;ABOUT SEX','http://www.thediscountsextoys.com/Toys_Info/General_info/about_sex_all.htm','','165')
			oCMenu.makeMenu('sub082','sub08','&#149;&nbsp;DATING TIPS','http://www.thediscountsextoys.com/Toys_Info/dating-tips/dating-tips.htm','','165')
                        oCMenu.makeMenu('sub080','sub08','&#149;&nbsp;SEX SWING KNOWLEDGE ','http://www.thediscountsextoys.com/Toys_Info/sex-swings/seswing-knowledge.htm','','165')
			oCMenu.makeMenu('sub083','sub08','&#149;&nbsp;LEARN ABOUT LOVE SWINGS','http://www.thediscountsextoys.com/toys_Info/sex-swings/general-sex-swing.htm','','165')
			oCMenu.makeMenu('sub084','sub08','&#149;&nbsp;SEX POSITIONS!','http://www.thediscountsextoys.com/toys_Info/sex_toys/sex-positions.htm','','165')
		oCMenu.makeMenu('sub09','top1','&#149;&nbsp;SEX TOYS','','','235')
			oCMenu.makeMenu('sub091','sub09','&#149;&nbsp;LOVE SWINGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=love_swings','','180')
			oCMenu.makeMenu('sub092','sub09','&#149;&nbsp;LOVE KITS FOR HER (In box) ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=kits_in_box','','180')
oCMenu.makeMenu('sub097','sub09','&#149;&nbsp;COUPLES LOVE KITS IN BOX ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=kits_couple','','180')
			oCMenu.makeMenu('sub093','sub09','&#149;&nbsp;GLASS TOYS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=glass','','180')
oCMenu.makeMenu('sub094','sub09','&#149;&nbsp;GAGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=gags','','180')
			oCMenu.makeMenu('sub095','sub09','&#149;&nbsp;GAGS ON KEYCHAINS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=gags_keychain','','180')
oCMenu.makeMenu('sub506','top1','&#149;&nbsp;SEX FURNITURE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=sex-furniture','','235')
			//oCMenu.makeMenu('sub096','sub09','&#149;&nbsp;DUAL PENETRATORS PLASTIC','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=penetration_plastic','','180')
		oCMenu.makeMenu('sub10','top1','&#149;&nbsp;SUPER STARS PRODUCTS (Vagina & Anus)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=celebrity_items','','235')  
         oCMenu.makeMenu('sub263','sub10','&#149;&nbsp;PORN STAR VAGINA AND ANUS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vagina_anus','','185')      
 oCMenu.makeMenu('sub261','sub10','&#149;&nbsp;REALISTIC PORN STARS ANUS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=star_anus','','185')
                oCMenu.makeMenu('sub262','sub10','&#149;&nbsp;REALISTIC PORN STARS VAGINA','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=star_vagina','','185')
oCMenu.makeMenu('sub264','sub10','&#149;&nbsp;PORN STARS DOLL','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=forn_star_doll','','185')
        oCMenu.makeMenu('sub260','sub10','&#149;&nbsp;PORN STARS DILDOS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=porn_star_dildo','','185')     
  oCMenu.makeMenu('sub13','top1','&#149;&nbsp;INDIVIDUAL SUPER STARS (20 Stars)','','','235')
oCMenu.makeMenu('sub132','sub13','&#149;&nbsp;ALEXA','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=alexa','','160')
oCMenu.makeMenu('sub145','sub13','&#149;&nbsp;BARBARA DARE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Barbara_Dare','','160')
                        oCMenu.makeMenu('sub1317','sub13','&#149;&nbsp;BRIANA BANKS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=briana_banks','','160')
oCMenu.makeMenu('sub1311','sub13','&#149;&nbsp;CASSIDEY','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=cassidey','','160')
                        oCMenu.makeMenu('sub1316','sub13','&#149;&nbsp;CHELSEA SINCLAIR','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=chelsea','','160')
                        oCMenu.makeMenu('sub1320','sub13','&#149;&nbsp;CHRIS CANNON','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=chris_cannon','','160')
                        oCMenu.makeMenu('sub134','sub13','&#149;&nbsp;CHRISTY CANYON','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=christy_canyon','','160')
oCMenu.makeMenu('sub1312','sub13','&#149;&nbsp;DASHA','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=dasha','','160')
oCMenu.makeMenu('sub1313','sub13','&#149;&nbsp;DEVON','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=devon','','160')
        		oCMenu.makeMenu('sub1310','sub13','&#149;&nbsp;DYANNA LAUREN','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Dyanna_Lauren','','160')
                        oCMenu.makeMenu('sub1323','sub13','&#149;&nbsp;GINA LYNN','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=gina_lynn','','160')
			oCMenu.makeMenu('sub133','sub13','&#149;&nbsp;GINGER LYNN','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Ginger_Lynn','','160')
oCMenu.makeMenu('sub1333','sub13','&#149;&nbsp;INDIA','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=india','','160')
                        oCMenu.makeMenu('sub1314','sub13','&#149;&nbsp;JANINE ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=janine','','160')
oCMenu.makeMenu('sub136','sub13','&#149;&nbsp;JENTEAL','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Jeneteal','','160')
                        oCMenu.makeMenu('sub140','sub13','&#149;&nbsp;JENNA JAMESON','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Jenna_jameson','','160')
oCMenu.makeMenu('sub144','sub13','&#149;&nbsp;JESSE JANE ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Jesse_jane','','160')
oCMenu.makeMenu('sub1401','sub13','&#149;&nbsp;JESSICA DRAKE ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Jessica_drake','','160')
                        oCMenu.makeMenu('sub1325','sub13','&#149;&nbsp;JILL KELLY','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=jill_kelly','','160')
                        oCMenu.makeMenu('sub1326','sub13','&#149;&nbsp;JOHN HOLMES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=john_holmes','','160')
oCMenu.makeMenu('sub1400','top1','&#149;&nbsp;MORE INDIVIDUAL SUPER STARS (18 Stars)','','','235')
      oCMenu.makeMenu('sub143','sub1400','&#149;&nbsp;JULI ASHTON','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=juli_ashton','','160')
                        oCMenu.makeMenu('sub1327','sub1400','&#149;&nbsp;KAYLANI LEI','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=kaylani','','160')
                        oCMenu.makeMenu('sub139','sub1400','&#149;&nbsp;KIRA KENER ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Kira','','160')
			oCMenu.makeMenu('sub135','sub1400','&#149;&nbsp;KOBE TAI','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Kobe_Tai','','160')
oCMenu.makeMenu('sub1318','sub1400','&#149;&nbsp;KODY','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=kody','','160')
oCMenu.makeMenu('sub1328','sub1400','&#149;&nbsp;LACEY','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=lacey','','160')
                        oCMenu.makeMenu('sub138','sub1400','&#149;&nbsp;LEXUS	','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Lexus','','160')
                        oCMenu.makeMenu('sub1329','sub1400','&#149;&nbsp;LINN THOMAS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=linn_thomas','','160')
oCMenu.makeMenu('sub1321','sub1400','&#149;&nbsp;MERCEDEZ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=mercedzz','','160')
oCMenu.makeMenu('sub1331','sub1400','&#149;&nbsp;MIDORI','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=midori','','160')
                        oCMenu.makeMenu('sub1330','sub1400','&#149;&nbsp;MIKO LEE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=miko_lee','','160')
			oCMenu.makeMenu('sub137','sub1400','&#149;&nbsp;NIKKI TYLER','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Nikki_Tyler','','160')
                        oCMenu.makeMenu('sub1319','sub1400','&#149;&nbsp;SAVANNA SAMSON ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=savanna_samson','','160')
oCMenu.makeMenu('sub1315','sub1400','&#149;&nbsp;SKY','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=sky','','160')
oCMenu.makeMenu('sub1335','sub1400','&#149;&nbsp;STEPHANIE SWIFT','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=stephanie_swift','','160')
oCMenu.makeMenu('sub1324','sub1400','&#149;&nbsp;TAYA','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=taya','','160')
                        oCMenu.makeMenu('sub1334','sub1400','&#149;&nbsp;TERA PATRICK','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=tera_patrick','','160')
                       oCMenu.makeMenu('sub1332','sub1400','&#149;&nbsp;TIA BELLA ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=tia_bella','','160')
         		oCMenu.makeMenu('sub1322','sub1400','&#149;&nbsp;MORE PORN-STARS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=more_stars','','160')
oCMenu.makeMenu('sub79','top1','&#149;&nbsp;LOVE MACHINES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=love_machine','','235')
		oCMenu.makeMenu('sub11','top1','&#149;&nbsp;BOOKS, MANUALS & MORE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=books_more','','235')
		oCMenu.makeMenu('sub12','top1','&#149;&nbsp;ACCESSORIES...','','','235')
			oCMenu.makeMenu('sub121','sub12','&#149;&nbsp;PLAYFUL ACCESSORIES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=playful_accessories','','160')
			oCMenu.makeMenu('sub122','sub12','&#149;&nbsp;INTIMATE ACCESSORIES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=intimate_accessories','','160')
               		oCMenu.makeMenu('sub14','top1','&#149;&nbsp;GAMES...','','','235')
			oCMenu.makeMenu('sub126','sub14','&#149;&nbsp;PARTY ITEMS & JUST FOR FUN ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=just_for_fun','','180')
			oCMenu.makeMenu('sub127','sub14','&#149;&nbsp;GAMES FOR COUPLES ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=games_for_couples','','180')
                 oCMenu.makeMenu('top2','','<img src=temp/dildo-dong2.gif border=0>','','','76')
       	        	oCMenu.makeMenu('sub15','top2','&#149;&nbsp;DILDOS, DONGS (show me all)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=dildos','','165')
                            oCMenu.makeMenu('sub371','top2','&#149;&nbsp;DONGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=dongs','','165')
                            oCMenu.makeMenu('sub372','top2','&#149;&nbsp;HARNESSES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Harnesses','','165')
       	        	 oCMenu.makeMenu('sub16','top2','&#149;&nbsp;DILDOS & DONGS...','','','165')
		          //oCMenu.makeMenu('sub161','sub16','&#149;&nbsp;METAL PLATED-DILDO','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=metal-plated_toys','','130')
                         oCMenu.makeMenu('sub165','sub16','&#149;&nbsp;REALISTIC DILDOS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=realistic_dildo','','130')
                         oCMenu.makeMenu('sub164','sub16','&#149;&nbsp;NON VIBE DILDO DONG','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=non_vibe_dong','','130')
                         oCMenu.makeMenu('sub166','sub16','&#149;&nbsp;DILDO WITH HARNESS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=dildo_harness','','130') 
                          oCMenu.makeMenu('sub83','sub16','&#149;&nbsp;G-SPOT GLASS DILDOS ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=glass','','130')
			  oCMenu.makeMenu('sub163','sub16','&#149;&nbsp;PORN STAR DILDO','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=porn_star_dildo','','130')
			  oCMenu.makeMenu('sub162','sub16','&#149;&nbsp;GLASS DILDOS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=glass_toys','','130')
			  oCMenu.makeMenu('sub167','sub16','&#149;&nbsp;JELLY DONGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=jell_dildo','','130')
			  oCMenu.makeMenu('sub168','sub16','&#149;&nbsp;TEASER DILDOS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=teaser_dildo','','130')
              //oCMenu.makeMenu('sub169','sub16','&#149;&nbsp;FOREX','','','180')
			  oCMenu.makeMenu('sub170','sub16','&#149;&nbsp;DOUBLE DONG','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=double_dong','','130')
                                                       //oCMenu.makeMenu('sub171','sub16','&#149;&nbsp;REALISTIC COCKS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=realistic_dildo','','130')
		oCMenu.makeMenu('sub17','top2','&#149;&nbsp;DOC JOHNSON COCKS...','','','165')
             //oCMenu.makeMenu('sub171','sub17','&#149;&nbsp;REALISTIC COCKS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=dildo_ddc_qc','','175')
		     oCMenu.makeMenu('sub172','sub17','&#149;&nbsp;VAC-U-LOCK','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vac-u-lock','','175')
		     oCMenu.makeMenu('sub173','sub17','&#149;&nbsp;HARD THROBS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=hard-throbs','','175')
oCMenu.makeMenu('sub174','sub17','&#149;&nbsp;SLEEVES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=sleeves-doc-j','','175')
oCMenu.makeMenu('sub175','sub17','&#149;&nbsp;PENETRATORS (dual)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=dual_penetrators','','175')
oCMenu.makeMenu('sub176','sub17','&#149;&nbsp;MINI BRUTE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=mini-brute','','175')
		     oCMenu.makeMenu('sub177','sub17','&#149;&nbsp;INTERNATIONAL SUPER-COCKS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=super-cocks','','175')
       oCMenu.makeMenu('sub18','top2','&#149;&nbsp;DILDO EDUCATION...','','','165')
            oCMenu.makeMenu('sub181','sub18','&#149;&nbsp;WHAT IS A DILDO?','http://www.thediscountsextoys.com/Toys_Info/Dildo_Info/1_What_is_dildo.htm','','120')
			oCMenu.makeMenu('sub182','sub18','&#149;&nbsp;WHY BUY A DILDO?','http://www.thediscountsextoys.com/Toys_Info/Dildo_Info/Why_buy_Dildo.htm','','120')
			oCMenu.makeMenu('sub183','sub18','&#149;&nbsp;ABOUT DILDOS','http://www.thediscountsextoys.com/Toys_Info/Dildo_Info/about_dildos.htm','','120')
	oCMenu.makeMenu('sub19','top2','&#149;&nbsp;DILDO OPTIONS..','','','165')
           oCMenu.makeMenu('sub191','sub19','&#149;&nbsp;DILDO SHAPES','http://www.thediscountsextoys.com/Toys_Info/Dildo_Info/Dildo_Shapes.htm','','190')
		   oCMenu.makeMenu('sub192','sub19','&#149;&nbsp;DILDO BEN WA DUOTONE BALLS','http://www.thediscountsextoys.com/Toys_Info/Dildo_Info/Dildos_Ben_Wa_&_duotone_Ball.htm','','190')
		   oCMenu.makeMenu('sub193','sub19','&#149;&nbsp;DILDOS SILICONE','http://www.thediscountsextoys.com/Toys_Info/Dildo_Info/Dildos_Silicone.htm','','190')
		   oCMenu.makeMenu('sub194','sub19','&#149;&nbsp;DILDOS STRAP-ONS & HARNESSES','http://www.thediscountsextoys.com/Toys_Info/Dildo_Info/Dildos_Strap_Ons_&_Harnesses.htm','','190')
oCMenu.makeMenu('top3','','<img src=temp/for-her2.gif border=0>','','','72')
                         oCMenu.makeMenu('sub208','top3','&#149;&nbsp;FOR HER (show me all)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=for_her','','215')
	oCMenu.makeMenu('sub20','top3','&#149;&nbsp;BODY-WARE...','','','215')
oCMenu.makeMenu('sub201','sub20','&#149;&nbsp;LINGERIE/SENSUAL-ATTIRE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=sexy_lingerie','','160')  
		 oCMenu.makeMenu('sub202','sub20','&#149;&nbsp;CLOTHING PANTIES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Panties','','160')
		  oCMenu.makeMenu('sub203','sub20','&#149;&nbsp;GARTER BELTS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=garter_belt','','160')
                   oCMenu.makeMenu('sub220','sub20','&#149;&nbsp;CROTCHLESS BEADS STROKER','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=crotchless_beads','','160')
		   oCMenu.makeMenu('sub204','sub20','&#149;&nbsp;CROTCHLESS CLOTHING','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=crotchless_cloth','','160')
		    oCMenu.makeMenu('sub205','sub20','&#149;&nbsp;WOMEN WEAR','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Women_Wear','','160')
            oCMenu.makeMenu('sub206','sub20','&#149;&nbsp;CLOTHING TOP','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Women_top','','160')
            oCMenu.makeMenu('sub207','sub20','&#149;&nbsp;FASHION LINGERIE VIVID','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=fashion_vivid','','160')
                oCMenu.makeMenu('sub21','top3','&#149;&nbsp;VAGINA VIBRATORS...','','','215')
oCMenu.makeMenu('sub211','sub21','&#149;&nbsp;MASSAGERS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=massager_vibe','','210')
			oCMenu.makeMenu('sub212','sub21','&#149;&nbsp;FINGER VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=finger_vibes','','210')
			oCMenu.makeMenu('sub213','sub21','&#149;&nbsp;STRAP-ONS VIBES WITH ATTACHMENT','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=strapsons_vibe','','210')
			oCMenu.makeMenu('sub214','sub21','&#149;&nbsp;CLITORAL PUMPS & SUCKERS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=clitoral_sucker','','210')
			oCMenu.makeMenu('sub215','sub21','&#149;&nbsp;RABBIT VIBRATOR','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=rabbit_vibe','','210')
oCMenu.makeMenu('sub216','sub21','&#149;&nbsp;WANDS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=women_wand','','210')
			oCMenu.makeMenu('sub217','sub21','&#149;&nbsp;EGG & BULLET VIBRATOR','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=egg_bullet','','210')
			oCMenu.makeMenu('sub218','sub21','&#149;&nbsp;WIRELESS & REMOTE VIBRATOR','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=wireless_vibe','','210')
			oCMenu.makeMenu('sub219','sub21','&#149;&nbsp;VAGINA STIMULATORS VIBRATOR','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=women_stimu','','210')
            oCMenu.makeMenu('sub22','top3','&#149;&nbsp;MORE OF VAGINA VIBRATORS...','','','215')	
			oCMenu.makeMenu('sub221','sub22','&#149;&nbsp;CLITORAL STIMULATING','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=clit_stimulator','','180')
			oCMenu.makeMenu('sub222','sub22','&#149;&nbsp;ORGASM BALLS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=orgasm_balls','','180')
			oCMenu.makeMenu('sub223','sub22','&#149;&nbsp;WATERPROOF STIMULATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=waterproof_stm','','180')
			oCMenu.makeMenu('sub224','sub22','&#149;&nbsp;G-SPOT VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=g-spot','','180')
			oCMenu.makeMenu('sub225','sub22','&#149;&nbsp;ELECTRIC VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vibe_e','','180')
			oCMenu.makeMenu('sub226','sub22','&#149;&nbsp;IMPULSE VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vibe_imp','','180')
			oCMenu.makeMenu('sub227','sub22','&#149;&nbsp;OPULENT VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vibe_oplmt','','180')
			oCMenu.makeMenu('sub228','sub22','&#149;&nbsp;WATERPROOF VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vibe_wtrf','','180')
			oCMenu.makeMenu('sub229','sub22','&#149;&nbsp;TICKLER VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=tickler_vibe','','180')
			oCMenu.makeMenu('sub2210','sub22','&#149;&nbsp;MINI VIBRATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vibe_mini','','180')
              oCMenu.makeMenu('sub23','top3','&#149;&nbsp;DILDO-GLASS/METAL','','','215')
                       //oCMenu.makeMenu('sub231','sub23','&#149;&nbsp;METAL PLATED-DILDO','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=metal-plated_toys','','140')
		       oCMenu.makeMenu('sub232','sub23','&#149;&nbsp;GLASS DILDOS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=glass_toys','','140')
              //oCMenu.makeMenu('sub243','sub24','&#149;&nbsp;WIRELESS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=strp_es_wr','','140')
              oCMenu.makeMenu('sub25','top3','&#149;&nbsp;SPECIAL KITS FOR SENSUAL WOMEN','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=special_her','','215')
 	      oCMenu.makeMenu('sub26','top3','&#149;&nbsp;DR LAURA BERMAN LINE OF PRODUCTS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=dr_laura','','215')
              oCMenu.makeMenu('sub27','top3','&#149;&nbsp;SEX WITH SUE JOHANSON','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=sue_johanson','','215')
	      oCMenu.makeMenu('sub28','top3','&#149;&nbsp;ABOUT WOMEN TOYS...','','','215')
		   oCMenu.makeMenu('sub281','sub28','&#149;&nbsp;ALL ABOUT WOMEN','http://www.thediscountsextoys.com/Toys_Info/womens_toys/women_toys.htm','','115')
	       //oCMenu.makeMenu('sub282','sub28','&#149;&nbsp;MORE INFO?','http://www.thediscountsextoys.com/Toys_Info/womens_toys/moreinfo.htm','','115')
             oCMenu.makeMenu('top4','','<img src=temp/anal-toys2.gif border=0>','','','76')
              oCMenu.makeMenu('sub104','top4','&#149;&nbsp;ANAL (show me all)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=butt','','140')
	oCMenu.makeMenu('sub29','top4','&#149;&nbsp;ANAL TOYS','','','140')
           oCMenu.makeMenu('sub292','sub29','&#149;&nbsp;BUTT PLUGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=butt_plugs','','168')
           oCMenu.makeMenu('sub125','sub29','&#149;&nbsp;INFLATABLE BUTT PLUGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=inflatable_plugs','','168')
	   oCMenu.makeMenu('sub291','sub29','&#149;&nbsp;ANAL STIMULATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=anal_stimulator','','168')
           oCMenu.makeMenu('sub80','sub29','&#149;&nbsp;GLASS ANAL BUTT PLUGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=glass_butt_plug','','168')
           oCMenu.makeMenu('sub81','sub29','&#149;&nbsp;STAINLESS STEEL BUTT PLUGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=steel_butt_plug','','168')
	   oCMenu.makeMenu('sub293','sub29','&#149;&nbsp;REALISTIC ANUS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=realistic_anus','','168')
	   oCMenu.makeMenu('sub294','sub29','&#149;&nbsp;ANAL DOUCHE-ENEMA','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=anal_enemas','','168')
	   oCMenu.makeMenu('sub295','sub29','&#149;&nbsp;ANAL BEATS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=anal_beads','','168')
	   oCMenu.makeMenu('sub296','sub29','&#149;&nbsp;ANAL BALLS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=anal_balls','','168')
	   oCMenu.makeMenu('sub297','sub29','&#149;&nbsp;ANAL VIBES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=anal_vibes','','168')
	   //oCMenu.makeMenu('sub2940','sub29','&#149;&nbsp;METAL PLATED-DILDO','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=metal-plated_toys','','168')
	   oCMenu.makeMenu('sub2911','sub29','&#149;&nbsp;GLASS DILDOS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=glass_toys','','168')
	   oCMenu.makeMenu('sub2912','sub29','&#149;&nbsp;ANAL DILDOS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=anal_dildos','','168')
   oCMenu.makeMenu('sub30','top4','&#149;&nbsp;PORN STAR ANUS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=star_anus','','140')
	oCMenu.makeMenu('sub31','top4','&#149;&nbsp;ANAL INFO...','','','140')
	      oCMenu.makeMenu('sub311','sub31','&#149;&nbsp;WHAT ARE ANAL TOYS?','http://www.thediscountsextoys.com/Toys_Info/Anal_Info/1_Anal_Toy_What_Is_It.htm','','185')
		   oCMenu.makeMenu('sub312','sub31','&#149;&nbsp;WHY BUY ANAL TOYS?','http://www.thediscountsextoys.com/Toys_Info/Anal_Info/Why_buy_anal_toys.htm','','185')
		    oCMenu.makeMenu('sub313','sub31','&#149;&nbsp;SHOPPER GUIDES','http://www.thediscountsextoys.com/Toys_Info/Anal_Info/anal_guide.htm','','185')
			 oCMenu.makeMenu('sub314','sub31','&#149;&nbsp;ANAL TOYS INFO','http://www.thediscountsextoys.com/Toys_Info/Anal_Info/2_anal_toys_Info.htm','','185')
			  oCMenu.makeMenu('sub315','sub31','&#149;&nbsp;ANAL GUIDE','http://www.thediscountsextoys.com/Toys_Info/Anal_Info/anal_guide.htm','','185')
	oCMenu.makeMenu('sub32','top4','&#149;&nbsp;ANAL OPTIONS...','','','140')
            oCMenu.makeMenu('sub321','sub32','&#149;&nbsp;ANAL BEADS','http://www.thediscountsextoys.com/Toys_Info/Anal_Info/Anal_Beads.htm','','185')
			 oCMenu.makeMenu('sub322','sub32','&#149;&nbsp;ANAL BEARS SMALL','http://www.thediscountsextoys.com/Toys_Info/Anal_Info/anal_Bears_small.htm','','185')
			  oCMenu.makeMenu('sub323','sub32','&#149;&nbsp;ANAL BUTT PLUGS','http://www.thediscountsextoys.com/Toys_Info/Anal_Info/Anal_butt_plugs.htm','','185')
			   oCMenu.makeMenu('sub324','sub32','&#149;&nbsp;ANAL PLUG LITTELE FLIRT','http://www.thediscountsextoys.com/Toys_Info/Anal_Info/anal_plug_Littele_Flirt_Violet.htm','','185')
			    oCMenu.makeMenu('sub325','sub32','&#149;&nbsp;ANAL TOYS BIG FLIRT INFO','http://www.thediscountsextoys.com/Toys_Info/Anal_Info/Anal_toys_Big_Flirt_Info.htm','','185')
				 oCMenu.makeMenu('sub326','sub32','&#149;&nbsp;WHY BUY ANAL TOYS','http://www.thediscountsextoys.com/Toys_Info/Anal_Info/Why_buy_anal_toys.htm','','185')
       oCMenu.makeMenu('top5','','<img src=temp/strap-ons2.gif border=0>','','','76')
	oCMenu.makeMenu('sub33','top5','&#149;&nbsp;STRAP-ONS','','','180')
	    oCMenu.makeMenu('sub331','sub33','&#149;&nbsp;STRAP-0NS /show me all','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=straps','','160')
	    oCMenu.makeMenu('sub332','sub33','&#149;&nbsp;HARNESSES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=harness','','160')
		oCMenu.makeMenu('sub333','sub33','&#149;&nbsp;STRAP ONS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=strapon','','160')
		oCMenu.makeMenu('sub334','sub33','&#149;&nbsp;SLIP ONS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=slipon','','160')
		oCMenu.makeMenu('sub335','sub33','&#149;&nbsp;VAC-U-LOCK DONGS & PLUGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Vac-U-Lock','','160')
	oCMenu.makeMenu('sub34','top5','&#149;&nbsp;EXTENSIONS & SLEEVES...','','','180')
                oCMenu.makeMenu('sub341','sub34','&#149;&nbsp;PENIS SLEEVES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=penis_sleeve','','220')
		oCMenu.makeMenu('sub342','sub34','&#149;&nbsp;STIMULATOR SLEEVES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=stimultr_sleeve','','220')
		oCMenu.makeMenu('sub343','sub34','&#149;&nbsp;PENIS EXTENSION STRAPLESS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=penis_ext_strapless','','220')
		oCMenu.makeMenu('sub344','sub34','&#149;&nbsp;PENIS EXTENSION WITH STRAPS & PPA','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=extension_strap','','220')
		oCMenu.makeMenu('sub345','sub34','&#149;&nbsp;VIBRATOR WITH SLEEVE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vibe_sleeve','','220')
		oCMenu.makeMenu('sub346','sub34','&#149;&nbsp;GLOW IN DARK SLEEVE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=glow_in_dark','','220')
	oCMenu.makeMenu('sub36','top5','&#149;&nbsp;STRAPS INFO...','','','180')
        oCMenu.makeMenu('sub361','sub36','&#149;&nbsp;ABOUT STRAPS','http://www.thediscountsextoys.com/Toys_Info/Straps/About_Straps.htm','','140')
		oCMenu.makeMenu('sub362','sub36','&#149;&nbsp;GENERAL ABOUT SEX','http://www.thediscountsextoys.com/Toys_Info/General_info/about_sex_all.htm','','140')
       oCMenu.makeMenu('top6','','<img src=temp/lubricants2.gif border=0>','','','76')
	             oCMenu.makeMenu('sub37','top6','&#149;&nbsp;LUBES (show me all)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=lube','','200')
                            oCMenu.makeMenu('sub370','top6','&#149;&nbsp;COSMETICS & CREAMS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Cosmetics','','200')
        oCMenu.makeMenu('sub103','top6','&#149;&nbsp;KAMASUTRA LUBES (show me all)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=ks','','200')
        oCMenu.makeMenu('sub38','top6','&#149;&nbsp;LUBRICANTS/OILS','','','200') 
oCMenu.makeMenu('sub381','sub38','&#149;&nbsp;LUBRICATION','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=lubrication','','205')   
	    oCMenu.makeMenu('sub382','sub38','&#149;&nbsp;MASSAGE LUBE/LOTION','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=massage_lubes','','205')  
	    oCMenu.makeMenu('sub383','sub38','&#149;&nbsp;MOTION LUBES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=motion_lube','','205')
  oCMenu.makeMenu('sub384','sub38','&#149;&nbsp;HERBAL BATH OILS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Bath oils','','205')
oCMenu.makeMenu('sub385','sub38','&#149;&nbsp;APHRODISIACS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=aphrodisiacs','','205')  
oCMenu.makeMenu('sub386','sub38','&#149;&nbsp;LICKERS/DROPS/GEL','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=lickers_body','','205')  
		oCMenu.makeMenu('sub387','sub38','&#149;&nbsp;ANAL LUBES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=anal_lubes','','205')  
		oCMenu.makeMenu('sub388','sub38','&#149;&nbsp;FLAVORED AROUSALS LUBES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=flavored_lubrication','','205')  
		oCMenu.makeMenu('sub389','sub38','&#149;&nbsp;MAINTAIN ERECTION/COCK/ NIPPLE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=maintain_erc','','205')
//oCMenu.makeMenu('sub106','top6','&#149;&nbsp;EROS & MEGASOL LUBES (ALL)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=eros_lube','','200') 
 //oCMenu.makeMenu('sub84','top6','&#149;&nbsp;SILICONE --EROS & MEGASOL-- LUBE','','','200') 
//oCMenu.makeMenu('sub85','sub84','&#149;&nbsp;EROS SILICONE LUBES (All Silicones)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=eros_silicone','','230') 
 //oCMenu.makeMenu('sub104','sub84','&#149;&nbsp;EROS FLAVORED LINE (5 tastes)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=eros_flaver','','230')  
//oCMenu.makeMenu('sub86','sub84','&#149;&nbsp;MEGA GLIDE SILICONE LUBE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=mega_glide','','230')  
	   //oCMenu.makeMenu('sub87','sub84','&#149;&nbsp;EROS BODYGLIDE CONCENTRATED','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=bodyglide_concer','','230')  
  //oCMenu.makeMenu('sub88','sub84','&#149;&nbsp;EROS BODYGLIDE GEL','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=eros_bglide_gel_slcn','','230')  
//oCMenu.makeMenu('sub89','sub84','&#149;&nbsp;EROS WOMEN BODYGLIDE CONCENTRATED','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=eros_wmen_bglide_con','','230')  
		//oCMenu.makeMenu('sub90','sub84','&#149;&nbsp;EROS WOMEN BODYGLIDE GEL','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=eros_w_bdglde_gel_slc','','230')  
		//oCMenu.makeMenu('sub91','sub84','&#149;&nbsp;EROS LOVE BODYGLIDE SILICONE BASE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=eros_love_bglide','','230')  
		//oCMenu.makeMenu('sub92','sub84','&#149;&nbsp;MG-EGA LYDE MEGASOL SILICONE ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=mg_megasol_slc','','230') 
        //oCMenu.makeMenu('sub93','sub84','&#149;&nbsp;EROTICX SILICONE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=eroticx_silicone','','230') 
         //oCMenu.makeMenu('sub94','sub84','&#149;&nbsp;SILK MASSAGE-FLUID','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Silk_Massager_Fluid','','230') 
//oCMenu.makeMenu('sub95','top6','&#149;&nbsp;AQUA --EROS & MEGASOL-- LUBE','','','200') 
//oCMenu.makeMenu('sub105','sub95','&#149;&nbsp;EROS AQUA (All Aqua)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=eros_aqua','','205')   
//oCMenu.makeMenu('sub96','sub95','&#149;&nbsp;MEGA GLIDE GEL AQUA BASE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=mega_gel_aqua','','205')   
	  //oCMenu.makeMenu('sub97','sub95','&#149;&nbsp;EROS LIQUID AQUA BASE LUBE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=eros_liquid_aqua','','205')  
	  //oCMenu.makeMenu('sub98','sub95','&#149;&nbsp;EROS GEL AQUA BASE LUBE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=eros_gel_aqua','','205')  
  //oCMenu.makeMenu('sub99','sub95','&#149;&nbsp;EROS WOMEN LIQUID AQUA BASE LUBE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=w_liquid_aqua','','205')  
 //oCMenu.makeMenu('sub100','sub95','&#149;&nbsp;EROS WOMEN GEL AQUA BASE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=w_gel_aqua','','205')  
	//oCMenu.makeMenu('sub101','sub95','&#149;&nbsp;BLUE LUBRICANT','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=ble_lube','','205')  
	//oCMenu.makeMenu('sub102','sub95','&#149;&nbsp;EROTICX AQUA BASE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=eroticx_aqua','','205') 
	oCMenu.makeMenu('sub39','top6','&#149;&nbsp;MORE LUBRICANT/OILS','','','200') 	
		oCMenu.makeMenu('sub391','sub39','&#149;&nbsp;DELAY CREAM/SPRAY','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=delay_creme_spray','','220')  
oCMenu.makeMenu('sub392','sub39','&#149;&nbsp;ORAL-SEX-LUBE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=oralsex_lube','','220')  
		oCMenu.makeMenu('sub393','sub39','&#149;&nbsp;WATER BASED LUBE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=water_base','','220')  
		oCMenu.makeMenu('sub394','sub39','&#149;&nbsp;SILICONES LUBE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=silicone_oil','','220')  
		oCMenu.makeMenu('sub395','sub39','&#149;&nbsp;OIL BASED','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=oil_based','','220')  
oCMenu.makeMenu('sub396','sub39','&#149;&nbsp;WHIPS/COCKTAIL-LUBES/BODY-PAINT','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=body_play','','220')  
		oCMenu.makeMenu('sub397','sub39','&#149;&nbsp;TOY CLEANERS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=toy_cleaner','','220')  
	oCMenu.makeMenu('sub40','top6','&#149;&nbsp;DOC JOHNSON LUBES...','','','200') 
        oCMenu.makeMenu('sub401','sub40','&#149;&nbsp;SPANISH FLY SEX DROPS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=spanish_fly','','170') 
		oCMenu.makeMenu('sub402','sub40','&#149;&nbsp;LICK ME LICKER GEL','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=lick_me_dj','','170')  
        oCMenu.makeMenu('sub403','sub40','&#149;&nbsp;NIPPLE LICK- EMS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=nipple_lick_dj','','170')  
 oCMenu.makeMenu('sub404','sub40','&#149;&nbsp;FLAVORED HOT LUBRICATION','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=flavored_lubrication','','170') 
		  oCMenu.makeMenu('sub405','sub40','&#149;&nbsp;MAINTAIN ERECTION','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=maintain_erc','','170')  
		   oCMenu.makeMenu('sub406','sub40','&#149;&nbsp;DELLAY CREME/SPRAY','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=delaycreme_dj','','170')  
oCMenu.makeMenu('sub407','sub40','&#149;&nbsp;APHRODISIACS AND LOTIONS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=aphrodisiacs_dj','','170')  
			 oCMenu.makeMenu('sub408','sub40','&#149;&nbsp;ANAL LUBES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=anal_lube_dj','','170')  
			  oCMenu.makeMenu('sub409','sub40','&#149;&nbsp;ORAL GEL/LOTION','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=oral_sex','','170')  
			   oCMenu.makeMenu('sub4010','sub40','&#149;&nbsp;PUMPS/COCK LUBE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=pump_lube','','170')  
			    oCMenu.makeMenu('sub4011','sub40','&#149;&nbsp;SILICONE LUBE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=silicone_lube','','170')  
        oCMenu.makeMenu('sub41','top6','&#149;&nbsp;LUBRICANTS INFO...','','','200') 
                 oCMenu.makeMenu('sub411','sub41','&#149;&nbsp;ABOUT LUBE','http://www.thediscountsextoys.com/Toys_Info/Lubricants_Info/1_About_Lub.htm','','140') 
                          oCMenu.makeMenu('top7','','<img src=temp/lingerie2.gif border=0>','','','76')
        	oCMenu.makeMenu('sub42','top7','&#149;&nbsp;BODY-WARE...','','','140')
oCMenu.makeMenu('sub421','sub42','&#149;&nbsp;LINGERIE/SENSUAL-ATTIRE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=sexy_lingerie','','160')
	   oCMenu.makeMenu('sub422','sub42','&#149;&nbsp;CLOTHING PANTIES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Panties','','160')
	   oCMenu.makeMenu('sub423','sub42','&#149;&nbsp;GARTER BELTS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=garter_belt','','160')
	   oCMenu.makeMenu('sub424','sub42','&#149;&nbsp;CROTCHLESS CLOTHING','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=crotchless_cloth','','160')
	   oCMenu.makeMenu('sub425','sub42','&#149;&nbsp;WOMEN WEAR','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Women_Wear','','160')
	   oCMenu.makeMenu('sub426','sub42','&#149;&nbsp;CLOTHING TOP','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=Women_top','','160')
	   oCMenu.makeMenu('sub427','sub42','&#149;&nbsp;FASHION LINGERIE VIVID','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vivid_lingerie','','160')
           oCMenu.makeMenu('top8','','<img src=temp/for-him2.gif border=0>','','','72')
              	 oCMenu.makeMenu('sub44','top8','&#149;&nbsp;FOR HIM (show me all)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=for_him','','160')
	 oCMenu.makeMenu('sub45','top8','&#149;&nbsp;BODY-WARE...','','','160') 
	    oCMenu.makeMenu('sub451','sub45','&#149;&nbsp;CLOTHING TOP','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=men_top','','160')
		oCMenu.makeMenu('sub452','sub45','&#149;&nbsp;THONGS & UNDERWEARS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=underwears','','160')
		oCMenu.makeMenu('sub453','sub45','&#149;&nbsp;SENSUAL ATTIRES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=men_bodyware','','160')
		oCMenu.makeMenu('sub454','sub45','&#149;&nbsp;DOC JOHNSON BODY WARE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=doc_johnson_bodyware','','160')
	oCMenu.makeMenu('sub46','top8','&#149;&nbsp;VAGINAS...','','','160')	
			  oCMenu.makeMenu('sub461','sub46','&#149;&nbsp;REALISTIC VAGINAS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=realistic_vagina','','160')
			  oCMenu.makeMenu('sub462','sub46','&#149;&nbsp;SUPER-STARS VAGINA','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=star_vagina','','160')
			  oCMenu.makeMenu('sub463','sub46','&#149;&nbsp;VAGINA AND ANUS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=vagina_anus','','160')
	oCMenu.makeMenu('sub47','top8','&#149;&nbsp;COCK STRAPS...','','','160')
			   oCMenu.makeMenu('sub471','sub47','&#149;&nbsp;COCK STRAPS & HARNESS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=cock_straps','','160')
			   oCMenu.makeMenu('sub472','sub47','&#149;&nbsp;STRAP-ONS FOR MEN','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=men_strapons','','160')
			   oCMenu.makeMenu('sub473','sub47','&#149;&nbsp;COCK STRAPS CODE RED','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=cock_strap_red','','160')
	oCMenu.makeMenu('sub48','top8','&#149;&nbsp;MASTURBATORS...','','','160')
oCMenu.makeMenu('sub481','sub48','&#149;&nbsp;MASTURBATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=masturbators','','120') 
oCMenu.makeMenu('sub483','sub48','&#149;&nbsp;AFRO ITEMS ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=afro','','120') 
				 oCMenu.makeMenu('sub482','sub48','&#149;&nbsp;OPTIMUM POWER ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=power_masturbator','','120') 
    oCMenu.makeMenu('sub49','top8','&#149;&nbsp;BUTT PLUGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=fhim_mi_bp','','160')
	oCMenu.makeMenu('sub50','top8','&#149;&nbsp;COCK STIMULATORS','','','160')
          oCMenu.makeMenu('sub501','sub50','&#149;&nbsp;COCK STIMULATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=cock_stimulator','','160')
          oCMenu.makeMenu('sub504','sub50','&#149;&nbsp;ENHANCE ERECTION','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=cock_sleeve','','160')
		  oCMenu.makeMenu('sub502','sub50','&#149;&nbsp;BLOWJOB STIMULATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=blowjob_stimulator','','160')
		  oCMenu.makeMenu('sub503','sub50','&#149;&nbsp;REALISTIC ANUS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=realistic_anus','','160')
                        oCMenu.makeMenu('sub51','top8','&#149;&nbsp;COCK RINGS...','','','160')
                        oCMenu.makeMenu('sub511','sub51','&#149;&nbsp;COCK RINGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=cock_ring','','215')
                        oCMenu.makeMenu('sub373','sub51','&#149;&nbsp;MORE COCK RINGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=rings','','215')
		oCMenu.makeMenu('sub512','sub51','&#149;&nbsp;COCK RING WITH STIMULATOR & VIBE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=cock_ring_stimulator','','215')
		oCMenu.makeMenu('sub513','sub51','&#149;&nbsp;STRETCH RINGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=stretch_ring','','215')
                           oCMenu.makeMenu('sub52','top8','&#149;&nbsp;PENIS PUMPS...','','','160')
                           oCMenu.makeMenu('sub521','sub52','&#149;&nbsp;PENIS PUMPS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=penis_pumps','','160')
                           oCMenu.makeMenu('sub375','sub52','&#149;&nbsp;MORE PENIS PUMPS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=pumps','','160')
		oCMenu.makeMenu('sub522','sub52','&#149;&nbsp;PENIS PUMPS WITH SLEEVES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=pumps_with_sleeves','','160')
		oCMenu.makeMenu('sub523','sub52','&#149;&nbsp;PUMP PARTS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=pump_parts','','160')
oCMenu.makeMenu('sub53','top8','&#149;&nbsp;EXTENSIONS & SLEEVES','','','160')
        oCMenu.makeMenu('sub531','sub53','&#149;&nbsp;PENIS SLEEVES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=penis_sleeve','','200')  
		oCMenu.makeMenu('sub532','sub53','&#149;&nbsp;STIMULATOR SLEEVES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=stimultr_sleeve','','200')  
		oCMenu.makeMenu('sub533','sub53','&#149;&nbsp;PENIS EXTENSION STRAPLESS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=penis_ext_strapless','','200')  
		oCMenu.makeMenu('sub534','sub53','&#149;&nbsp;PENIS EXTENSION WITH STRAPS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=extension_with_strap','','200')  
		oCMenu.makeMenu('sub535','sub53','&#149;&nbsp;GLOW IN DARK SLEEVE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=glow_in_dark','','200')  
                   oCMenu.makeMenu('sub54','top8','&#149;&nbsp;DOC JOHNSON RED BLACK LEATHER','','','160')
                   oCMenu.makeMenu('sub541','sub54','&#149;&nbsp;COCK ITEMS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=fhim_djrbl_ci','','120')
        	   oCMenu.makeMenu('sub542','sub54','&#149;&nbsp;CODE RED STRAP','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=fhim_djrbl_crs','','120')
oCMenu.makeMenu('sub55','top8','&#149;&nbsp;VIBRO EROTICS...','','','160')
                  oCMenu.makeMenu('sub551','sub55','&#149;&nbsp;BULLET VAGINA','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=fhim_ve_bv','','140')
	           oCMenu.makeMenu('sub552','sub55','&#149;&nbsp;GEAT  CHALLENGE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=fhim_ve_gc','','140')
                    oCMenu.makeMenu('sub553','sub55','&#149;&nbsp;PLUGS & POWER TOOLS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=fhim_ve_ppt','','140')
oCMenu.makeMenu('sub56','top8','&#149;&nbsp;COLT GEAR ITEMS','','','160')
     oCMenu.makeMenu('sub561','sub56','&#149;&nbsp;VACUUM PUMPS & LUBE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=fhim_cgi_vpl','','160')
oCMenu.makeMenu('sub562','sub56','&#149;&nbsp;PERSONAL','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=fhim','','160')
	 oCMenu.makeMenu('sub563','sub56','&#149;&nbsp;PLAYING CARDS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=fhim','','160')
	 oCMenu.makeMenu('sub564','sub56','&#149;&nbsp;MORE COLT ITEM','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=fhim','','160')
                         oCMenu.makeMenu('sub57','top8','&#149;&nbsp;TERA PATRICK COLLECTION','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=fhim_tpc','','160')
oCMenu.makeMenu('sub58','top8','&#149;&nbsp;EDUCATION FOR MEN','','','160')
                         oCMenu.makeMenu('sub581','sub58','&#149;&nbsp;TOYS FOR MEN','http://www.thediscountsextoys.com/Toys_Info/For_Men_Info/Sex_toys_for_men.htm','','160')
oCMenu.makeMenu('sub582','sub58','&#149;&nbsp;PUMPS','http://www.thediscountsextoys.com/Toys_Info/For_Men_Info/Penis_Pumps.htm','','160')
     oCMenu.makeMenu('sub583','sub58','&#149;&nbsp;PENIS EXTENDERS','http://www.thediscountsextoys.com/Toys_Info/For_Men_Info/Penis_Extenders.htm','','160')
oCMenu.makeMenu('sub584','sub58','&#149;&nbsp;MASTURBATORS','http://www.thediscountsextoys.com/Toys_Info/For_Men_Info/Masturbators_for_man.htm','','160')
     oCMenu.makeMenu('sub585','sub58','&#149;&nbsp;ERECTION COCK RINGS','http://www.thediscountsextoys.com/Toys_Info/For_Men_Info/Erection_Cock_Rings.htm','','160')
oCMenu.makeMenu('top9','','<img src=temp/bondage2.gif border=0>','','','76')
     oCMenu.makeMenu('sub59','top9','&#149;&nbsp;BONDAGES...','','','145')
oCMenu.makeMenu('sub591','sub59','&#149;&nbsp;BONDAGE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=bondage','','160')
                 oCMenu.makeMenu('sub596','sub59','&#149;&nbsp;SLAVE KITS ','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=slave_kits','','160')
		 oCMenu.makeMenu('sub592','sub59','&#149;&nbsp;WHIPS PADDLES TICKLERS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=whip_paddle_tickler','','160')
oCMenu.makeMenu('sub593','sub59','&#149;&nbsp;MASKS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=masks','','160')
oCMenu.makeMenu('sub594','sub59','&#149;&nbsp;WICKED','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=wicked','','160')
oCMenu.makeMenu('sub595','sub59','&#149;&nbsp;CANDLES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=candles','','160')
	 oCMenu.makeMenu('sub60','top9','&#149;&nbsp;RESTRAINTS ITEMS...','','','145')
oCMenu.makeMenu('sub601','sub60','&#149;&nbsp;RESTRAINTS/TIE-UPS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=restraints','','160')
		 oCMenu.makeMenu('sub602','sub60','&#149;&nbsp;HAND/ANKLE/WRIST CUFFS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=cuffs','','160')
		 oCMenu.makeMenu('sub603','sub60','&#149;&nbsp;NECK/HEAD COLLAR','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=neck_collar','','160')
oCMenu.makeMenu('sub604','sub60','&#149;&nbsp;MASKS/BLINDFOLDS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=masks','','160')
oCMenu.makeMenu('sub605','sub60','&#149;&nbsp;ROPES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=ropes','','160')
oCMenu.makeMenu('sub606','sub60','&#149;&nbsp;RESTRAINTS...','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=restraints_accessories','','160')
		 oCMenu.makeMenu('sub607','sub60','&#149;&nbsp;ALL RESTRAINT ITEMS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=restraints','','160')
		 oCMenu.makeMenu('sub608','sub60','&#149;&nbsp;LOVE SWINGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=love_swings','','160')
	oCMenu.makeMenu('sub35','top9','&#149;&nbsp;PLAYFUL ACCESSORIES...','','','145')
oCMenu.makeMenu('sub351','sub35','&#149;&nbsp;CUFFS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=cuffs','','140')
		 oCMenu.makeMenu('sub352','sub35','&#149;&nbsp;RESTRAINTS ACCESSORIES','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=restraints_accessories','','145')
		 oCMenu.makeMenu('sub353','sub35','&#149;&nbsp;SLINGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=slings','','140')
	oCMenu.makeMenu('sub61','top9','&#149;&nbsp;LEATHER BONDAGES...','','','145')
	    oCMenu.makeMenu('sub611','sub61','&#149;&nbsp;LEATHER COLLECTION','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=leather_collection','','140')
		oCMenu.makeMenu('sub612','sub61','&#149;&nbsp;RED/BLACK LEATHER','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=redblack_leathr','','140')
	oCMenu.makeMenu('sub62','top9','&#149;&nbsp;BONDAGE INFO...','','','145')
 oCMenu.makeMenu('sub621','sub62','&#149;&nbsp;BDSM','http://thediscountsextoys.com/Toys_Info/Bondage_Info/about_bondage.htm','','130')
		oCMenu.makeMenu('sub622','sub62','&#149;&nbsp;WHAT IS BONDAGE','http://www.thediscountsextoys.com/Toys_Info/Bondage_Info/what_is_bondage.htm','','130')
                 oCMenu.makeMenu('top10','','<img src=temp/body-jewelry2.gif border=0>','','','76')
          	oCMenu.makeMenu('sub63','top10','&#149;&nbsp;BODY JEWELRY...','','','160')
                oCMenu.makeMenu('sub631','sub63','&#149;&nbsp;BODY JEWELRY-ALL','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=body_jewelry','','160')
		 oCMenu.makeMenu('sub632','sub63','&#149;&nbsp;BELLY BUTTON RINGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=belly_button_ring','','160')
		 oCMenu.makeMenu('sub633','sub63','&#149;&nbsp;NON PIERCING JEWELRY','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=non_pierce','','160')
		 oCMenu.makeMenu('sub634','sub63','&#149;&nbsp;PENIS JEWELRY','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=body_j_bj_pj','','160')
        	oCMenu.makeMenu('sub64','top10','&#149;&nbsp;NIPPLE ITEMS...','','','160')
	       oCMenu.makeMenu('sub641','sub64','&#149;&nbsp;NIPPLE TOYS (show me all)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=nipple','','190')
	    oCMenu.makeMenu('sub642','sub64','&#149;&nbsp;NIPPLE CLAMPS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=nipple_clamps','','190')
			 oCMenu.makeMenu('sub643','sub64','&#149;&nbsp;NIPPLE RINGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=nipple_rings','','190')
			  oCMenu.makeMenu('sub644','sub64','&#149;&nbsp;NIPPLE PUMPS & SUCKERS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=nipple_sucker','','190')
			   oCMenu.makeMenu('sub645','sub64','&#149;&nbsp;NIPPLE STIMULATORS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=nipple_stimulant','','190')
			    oCMenu.makeMenu('sub646','sub64','&#149;&nbsp;NIPPLE JEWELRY','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=nipple_jewelry','','190')
				 oCMenu.makeMenu('sub647','sub64','&#149;&nbsp;NIPPLE WEIGHTS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=nipple_weights','','190')
				  //oCMenu.makeMenu('sub648','sub64','&#149;&nbsp;NIPPLE CLAMPS WIRELESS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=nipple_clamp_w_less','','190')
				   //oCMenu.makeMenu('sub649','sub64','&#149;&nbsp;NIPPLE CLAMPS WATERPROOF','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=nipple_waterproof','','190')
				    //oCMenu.makeMenu('sub6410','sub64','&#149;&nbsp;NIPPLE CLAMPS IMPULSE','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=nipple_clamp_imp','','190')
	            oCMenu.makeMenu('sub65','top10','&#149;&nbsp;CLITORAL JEWELRY...','','','160')
                    oCMenu.makeMenu('sub651','sub65','&#149;&nbsp;CLITORAL JEWELRY','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=clitoral_jewelry','','160')  
	        oCMenu.makeMenu('sub652','sub65','&#149;&nbsp;CLITORAL RINGS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=clitoral_rings','','160')  
	oCMenu.makeMenu('sub66','top10','&#149;&nbsp;PORN STAR JEWELRY','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=celebrity_jewelry','','160')
                       	oCMenu.makeMenu('sub67','top10','&#149;&nbsp;BODY JEWELRY EDUCATION','','','160')
                 	        oCMenu.makeMenu('sub671','sub67','&#149;&nbsp;NIPPLE TOYS','http://www.thediscountsextoys.com/Toys_Info/bodyjewelry/nipple_toys.htm','','160')
			oCMenu.makeMenu('sub672','sub67','&#149;&nbsp;ABOUT NIPPLES','http://www.thediscountsextoys.com/Toys_Info/bodyjewelry/about_nipple.htm','','160')
                                oCMenu.makeMenu('top11','','<img src=temp/love-dolls2.gif border=0>','','','76')
                	oCMenu.makeMenu('sub68','top11','&#149;&nbsp;LOVE DOLLS (all)','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=dolls','','120')
                	oCMenu.makeMenu('sub69','top11','&#149;&nbsp;LOW BUDGET DOLLS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=low_budget_dll','','120')
	oCMenu.makeMenu('sub70','top11','&#149;&nbsp;HIGH BUDGET DOLLS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=high_budget_dll','','120')
	oCMenu.makeMenu('sub71','top11','&#149;&nbsp;FEMALE LOVE DOLLS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=female_love_dolls','','120')
	oCMenu.makeMenu('sub72','top11','&#149;&nbsp;MALE LOVE DOLLS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=male_love_dolls','','120')
	oCMenu.makeMenu('sub73','top11','&#149;&nbsp;PORN STARS DOLL','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=forn_star_doll','','120')
	oCMenu.makeMenu('sub74','top11','&#149;&nbsp;INFLATABLE LOVE DOLLS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=inflatable_doll','','120')
	oCMenu.makeMenu('sub75','top11','&#149;&nbsp;ANIMAL SEX DOLLS','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=animal_doll','','120')
oCMenu.makeMenu('sub77','top11','&#149;&nbsp;HAND PUMP','http://www.thediscountsextoys.com/mall/dynamic.asp?fmcategory=hand_pump','','120')
	oCMenu.makeMenu('sub76','top11','&#149;&nbsp;LOVE DOLLS EDUCAT','http://www.thediscountsextoys.com/Toys_Info/Sex_love_dolls/sex-and-love-dolls-education.htm','','120')
       oCMenu.makeMenu('sub78','top11','&#149;&nbsp;LOVE DOLLS INFO','http://www.thediscountsextoys.com/Toys_Info/Sex_love_dolls/sex-dolls-Love-doll-information.htm','','120')
	
    //Leave these two lines! Making the styles and then constructing the menu
                                                          oCMenu.makeStyle(); oCMenu.construct()		