// (c) Ger Versluis 2000-2004 version 7.00, July 17, 2004
//  You may use this script on non commercial sites
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=2;	// number of seperate menus
	var BaseHref="";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";
	var PopMenuSlide="";

	var PopMenuShadow="";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
	var PopMenuOpacity="";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

	// Globals effecting one menu
	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.

PopMenu1=new Array(		// global variables for PopMenu1
	 3,			// number of main items
	-1,			// Left position
	-1,			// Top position
	"#000000",			// Normal font color
	"#FFFFFF",		// Normal back color
	"#990000",			// High font color
	"#FFFFFF",			// High back color
	"#FFFFFF",			// Border color
	"Arial, Helvetica, sans-serif",	// Fontfamily
	0,			// Bold
	0,			// Italic
	12,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	100,			// Delay
	0,			// Right to left unfold
	"LyrOne",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.

	PopMenu1_1=new Array("Créditos Hipotecarios","creditos-hipotecarios.php","imagenes/fondo_lateral.jpg",0,24,160,"","","","","","",-1,-1,-1,"","");
	PopMenu1_2=new Array("Recuperación Vehicular","recuperacion-vehicular.php","imagenes/fondo_lateral.jpg",0,24,210,"","","","","","",-1,-1,-1,"","");
	PopMenu1_3=new Array("Datos Útiles","datos-utiles.php","imagenes/fondo_lateral.jpg",0,24,210,"","","","","","",-1,-1,-1,"","");


PopMenu2=new Array(		// global variables for PopMenu1
	 2,			// number of main items
	-1,			// Left position
	-1,			// Top position
	"#000066",			// Normal font color
	"#C5D4E1",		// Normal back color
	"#C5D4E1",			// High font color
	"#326699",			// High back color
	"#FFFFFF",			// Border color
	"Verdana, Arial, Helvetica, sans-serif",	// Fontfamily
	1,			// Bold
	0,			// Italic
	11,			// Font size in pixel
	0,			// First line horizontal
	0,			// First line permanent visible
	1,			// Border width
	"left",			// Text align "left", "center" or "right"
	.25,			// Horizontal overlap
	.25,			// Vertical overlap
	100,			// Delay
	0,			// Right to left unfold
	"LyrOne",			// Target div
	1,			// Border between elements
	"left",			// Menu horizontal centered "left", "center" or "right"
	"top",			// Menu vertical centered "top", "center" or "bottom"
	BaseHref+"tri.gif",		// Arrow right
	5,			// Arrow Width
	10,			// Arrow Height
	BaseHref+"tridown.gif",	// Arrow down
	10,			// Arrow Width
	5,			// Arrow Height
	BaseHref+"trileft.gif",	// Arrow left
	5,			// Arrow Width
	10,			// Arrow Height
	2,			// Top padding
	2,			// Left padding
	0);			// Unfold On Click

//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"

//	Notation of PopMenu1_1 is different from PopMenu1_1_1. The result is the same. PopMenu1_1 is more understandable. PopMenu1_1_1 loads faster.

	PopMenu2_1=new Array("Miss Cle","http://www.styloshop.com.ar/perfumes.asp?marca=misscle","",0,24,110,"","","","","","",-1,-1,-1,"","");
	PopMenu2_2=new Array("Tejar","http://www.styloshop.com.ar/perfumes.asp?marca=tejar","",0,24,110,"","","","","","",-1,-1,-1,"","");
