function getParm(string,parm){
  var startPos = string.indexOf(parm + "=");
  if (startPos >-1){
	startPos=startPos + parm.length + 1;
	if (parm=='url_dest') {
		var endPos = -1;
	}
	else {
		var endPos = string.indexOf("&",startPos);
	}
	if (endPos == -1) {
	  endPos = string.length;
	  }
	return unescape(string.substring(startPos,endPos));
	}
  return 0;
  }

  var cod = getParm(top.location.search,'cod');
  var ids = getParm(top.location.search,'idseccion');
  var idc = getParm(top.location.search,'idsubseccion');  


function resizeFrame(fr,idiframe) 
	{			
	var h;
	var w = fr.contentWindow;
	if (w && w.document && w.document.body && w.document.body.scrollHeight) 		
	  	h = w.document.body.scrollHeight;		
	if ( h ) 		
		fr.style.height = h; 												
	else 	
		window.setTimeout( "window.resizeFrame(window.document.getElementById('"+idiframe+"'))", 3000 )				
  	}  	
document.write('<iframe name=pds id=pds src="/publi_der_sup.htm" width="150" height="0" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no" onLoad=resizeFrame(this,"pds")></iframe>');
document.write("<br>");
if (idc==0 && ids==0 && cod==0)
	var noparametros=1;
if(noparametros==1 || cod==7 || cod==91 ||cod==92 || cod==93 || cod==94 || cod==83 || cod==84 || cod==85 || cod==86 || cod==87 || cod==88 || cod==89 || ids==7 || idc==91 ||idc==92 || idc==93 || idc==94 || idc==83 || idc==84 || idc==85 || idc==86 || idc==87 || idc==88 || idc==89)
  	{ 
  	// no pongo adsense	
  	}	
else
	{
	document.write('<iframe src="/publi_der.htm" width="150" height="600" frameborder="0" border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>');
	}