/////////////////////////////////////////////////////////////////////////
//	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('Historial', 'index.php?page=comp','self')
		i++;LinkArray1[i]=new Array('Qualidade', 'index.php?page=qualidade','self')
		i++;LinkArray1[i]=new Array('Produtos Certificados', 'index.php?page=certif','self')
		i++;LinkArray1[i]=new Array('EU-Steel    ', 'index.php?page=grupo','self')

	LinkArray2=new Array();i=-1
		i++;LinkArray2[i]=new Array('Cat&aacute;logo de Produtos', 'index.php?page=prod','self')

	LinkArray3=new Array();i=-1
		i++;LinkArray3[i]=new Array('&Aacute;rea Reservada', 'index.php?page=login','self')
		i++;LinkArray3[i]=new Array('Folhetos Comerciais', 'index.php?page=doc_com','self')
		i++;LinkArray3[i]=new Array('Noticias', 'index.php?page=noticias','self')
		i++;LinkArray3[i]=new Array('Feiras', 'index.php?page=feiras','self')

	LinkArray4=new Array();i=-1
		i++;LinkArray4[i]=new Array('An&uacute;ncios', 'index.php?page=recrut','self')
		i++;LinkArray4[i]=new Array('Candidatura ', 'index.php?page=candidatura','self')

	LinkArray5=new Array();i=-1
		i++;LinkArray5[i]=new Array('Contacto  ', 'index.php?page=cont','self')
		i++;LinkArray5[i]=new Array('Localização  ', 'index.php?page=local','self')
/////////////////////////////////////////////////////////////////////////
