/* ação principal */
if( typeof( gigaHoteis_actionDo ) == 'undefined' ){ gigaHoteis_actionDo = ''; }
if( typeof( gigaHoteis_goTo )     == 'undefined' ){ gigaHoteis_goTo = ''; }

if( typeof( gigaHoteis_Url ) == 'undefined' ){ gigaHoteis_Url = ''; }
if( typeof( gigaHoteis_Pim ) == 'undefined' ){ gigaHoteis_Pim = ''; }
if( typeof( gigaHoteis_Largura ) == 'undefined' ){ gigaHoteis_Largura = '100%'; }
if( typeof( gigaHoteis_Altura )  == 'undefined' ){ gigaHoteis_Altura  = '100%'; }

if( typeof( gigaHoteis_C_Borda ) == 'undefined' ){ gigaHoteis_C_Borda = ''; }
if( typeof( gigaHoteis_C_Fundo ) == 'undefined' ){ gigaHoteis_C_Fundo = ''; }
if( typeof( gigaHoteis_C_Link  ) == 'undefined' ){ gigaHoteis_C_Link  = ''; }



document.write('<iframe style="background:'+ gigaHoteis_C_Fundo +'; width:'+gigaHoteis_Largura+'; height:'+gigaHoteis_Altura+';" width="'+gigaHoteis_Largura+'" height="'+gigaHoteis_Altura+'" frameborder="0" scrolling="no"'+
			   'src="http://www.gigahoteis.com.br/_function_/widgetAction.php?'+
			   'goTo='+ gigaHoteis_goTo +
			   '&'+
			   'actionDo='+ gigaHoteis_actionDo +
			   '&'+
			   'styleBorda='+ gigaHoteis_C_Borda +
			   '&'+
			   'styleFundo='+ gigaHoteis_C_Fundo +
			   '&'+
			   'styleLink='+ gigaHoteis_C_Link +
			   '&'+
			   'styleTexto='+ gigaHoteis_C_Texto +
			   '&'+
			   'styleHeight='+ gigaHoteis_Altura +
			   '&'+
			   'destaque='+ gigaHoteis_op_destaque +
			   '&'+
			   'limit='+ gigaHoteis_op_limit +
			   '">'+
			   '<\/iframe>');	
