/////////////////////////////////////////////////////////////////////////
//	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.
//
/////////////////////////////////////////////////////////////////////////

	LinkArray1=new Array();i=-1
		
		i++;LinkArray1[i]=new Array('Celebrity Grams 4U', 'Celebritygrams4u.html','top')
		i++;LinkArray1[i]=new Array('Novelty Grams 4U', 'Noveltygrams4u.html','top')
		i++;LinkArray1[i]=new Array('Adult Grams 4U', 'Adultgrams.html','top')

	
/////////////////////////////////////////////////////////////////////////