function load_page(doipp)
{
	selcat=document.getElementById("idcat");
	idcat=selcat.options[selcat.selectedIndex].value;
	if(doipp){
		selipp=document.getElementById("itemsxpag");
		ipp=selipp.options[selipp.selectedIndex].value;
		this.location.href='categos+catname-'+idcat+'-itemsxpag-'+ipp+'-Submit-Go.html';
	}
	else
		this.location.href='categos+catname-'+idcat+'-Submit-Go.html';
	
}



function crearLightWindow(hrefVar, titleVar, captionVar, relacion)
{
   //myLightWindow = new lightwindow();
   //alert(relacion);
    
	//myLightWindow.initialize();
    //myLightWindow.buildGalleryList();
    //myLightWindow._setupLinks();
    //myLightWindow._addLightWindowMarkup();
		//myLightWindow._setupLinks();
		//myLightWindow._getScroll();
		//myLightWindow._getPageDimensions();
	//myLightWindow._browserDimensions();


    myLightWindow.activateWindow({
        href : hrefVar,
        title : titleVar,
        caption : captionVar,
        rel : relacion,
        top : 460,
        left : null,
        type : null,
        showImages : null,
        height : null,
        width : null,
        loadingAnimation : null,
        iframeEmbed : null,
        form : null
        
    });
}

function deporteActivoMenu(id)
{
   
    if(document.getElementById(id))
    { 
		document.getElementById(id+"A").setAttribute('class', 'selectedCategoryA');
		document.getElementById(id).setAttribute('class', 'selectedCategorySpan');
		document.getElementById(id).style.color = "#000066";
		

     }
}
