<!--

//BookMarks
function bookmark(){
     var title="Recet"
     var url="http://www.recet.pt"

     if (window.sidebar) window.sidebar.addPanel(title, url,"");

     else if( window.opera && window.print )
     {
     var mbm = document.createElement('a');
     mbm.setAttribute('rel','sidebar');
     mbm.setAttribute('href',url);
     mbm.setAttribute('title',title);
     mbm.click();
     }

     else if( document.all ) window.external.AddFavorite( url, title);

}


/*************************************************************************
  This code is from Dynamic Web Coding at www.dyn-web.com
  Copyright 2001-5 by Sharon Paine 
  See Terms of Use at www.dyn-web.com/bus/terms.html
  regarding conditions under which you may use this code.
  This notice must be retained in the code as is!
*************************************************************************/

function initScrollers() {
  // arguments: id of layer that scrolls, width and height of scroller (of wn), 
  // number of items (including repeated 1st item), axis ("v" or "h")
  // set up pause/resume onmouseover/out? (true or false)

	  var scr = new dw_scroller('cnt', 488, 80, 4, "v", true);

  // adjust timing (defaults are set at 60, 5000)
  scr.setTiming(160, 5000);  // speed, pause duration
}

function resetform(campo,msg) {
	if (document.getElementById(campo).value=='') {
	document.getElementById(campo).value=msg;
	}
}

function cleanform(campo,msg) {
	if (document.getElementById(campo).value==msg) {
	document.getElementById(campo).value='';
	}
}

//-->
