/////////////////////////////////////////////////////////////////////////
//	Set up submenu links.
//	You can call the arrays anything you want... 
//	Just reference their name from the hyperlinks at the end of this code
//
//	Array Defination: new Array('Friendly Description','href Web URL', 'target')
//
//------- ADDED 05/01/2005: set target option --------------
//	Set the target in the last array position.
//	If using frames, be sure to set "parent.<framename>"
//	If you don't use "parent." an error will occur.
//
/////////////////////////////////////////////////////////////////////////

	ps2=new Array();i=-1
		i++;ps2[i]=new Array(' Accessories ', 'ps2.php','self')
		i++;ps2[i]=new Array(' Games ', 'prices.php','self')

	ps3=new Array();i=-1
		i++;ps3[i]=new Array('Accessories ', 'ps3.php','self')
		i++;ps3[i]=new Array('Games', 'prices.php','self')

	psp=new Array();i=-1
		i++;psp[i]=new Array('Accessories', 'psp.php','self')
		i++;psp[i]=new Array('Games', 'prices.php','self')

	psone=new Array();i=-1
		i++;psone[i]=new Array('Accessories', 'psone.php','self')
		i++;psone[i]=new Array('Games', 'prices.php','self')

	xbox=new Array();i=-1
		i++;xbox[i]=new Array('Accessories', 'xbox.php','self')
		i++;xbox[i]=new Array('Games', 'prices.php','self')

	xb360=new Array();i=-1
		i++;xb360[i]=new Array('Accessories', 'xb360.php','self')
		i++;xb360[i]=new Array('Games', 'prices.php','self')

	gc=new Array();i=-1
		i++;gc[i]=new Array('Accessories', 'gc.php','self')
		i++;gc[i]=new Array('Games', 'prices.php','self')

	nds=new Array();i=-1
		i++;nds[i]=new Array('Accessories', 'nds.php','self')
		i++;nds[i]=new Array('Games', 'prices.php','self')

	gbsp=new Array();i=-1
		i++;gbsp[i]=new Array('Accessories', 'gbsp.php','self')
		i++;gbsp[i]=new Array('Games', 'prices.php','self')

	uni=new Array();i=-1
		i++;uni[i]=new Array('Accessories', 'uni.php','self')
		i++;uni[i]=new Array('Games', 'prices.php','self')

/////////////////////////////////////////////////////////////////////////