//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2003, Novabase
//
// FILE:       pgg_goto_theme.js
// CREATOR:    PNM
//
// DESCRIPTION
//    
// .
//
//////////////////////////////////////////////////////////////////////////////

function PGGgotoTheme()
{
	//var x=document.getElementByID("s_1_2_10_0"); //ID do combo onde são carregados os temas
	//NOTA MUITO IMPORTANTE: os id seguintes são gerados pelo SIEBEL e podem mudar!!!!
	//var x=document.forms.SWEForm2_0.s_2_2_10_0

	//--------------------------------
	//APS, 06-06-2005
	var x=document.forms.SWEForm2_0.c_PGG_Theme_Name;
	//--------------------------------


	//quando houver destino definido, corrigir a expressão em baixo
	//window.location = "http://gaiacms/" + x.options[x.selectedIndex].text;

	//--------------------------------
	//APS, 06-06-2005
	window.location = "/gaia/linkto?categoryOID=" + x.options[x.selectedIndex].value;
	//--------------------------------

}

