<!--

// If the user has an old browser, then winW and
// winH are set to 630 and 460, respectively.
var winW = 630, winH = 460;

if (parseInt(navigator.appVersion)>3) {
 if (navigator.appName=="Netscape") {
  winW = window.innerWidth;
  winH = window.innerHeight;
 }
 if (navigator.appName.indexOf("Microsoft")!=-1) {
  winW = document.body.offsetWidth;
  winH = document.body.offsetHeight;
 }
}

// document.write("Width: "+winW+"<br>"+"Height: "+winH+"<br>");

if (winW>850)
{
	document.write("<table border=0 cellpadding=4 cellspacing=0><tr>");
	document.write("<td align=right valign=top bgcolor=C8E498 height=100%>");

	document.write("<a href='http://www.vives.org' target='ijlv' border=0>");
	document.write("<img src='http://www.vives.org/imatges/bot-ijlv.jpg' hspace=0 vspace=2 border=1></a><br>");

	document.write("<a href='http://www.bernatmetge.com' target='metge' border=1>");
	document.write("<img src='http://www.vives.org/imatges/bot-metge.jpg' hspace=0 vspace=1 border=1></a><br>");

	document.write("<a href='http://www.llengua.info' target='llengua' border=0>");
	document.write("<img src='http://www.vives.org/imatges/bot-llengua.jpg' hspace=0 vspace=2 border=1></a><br>");

	document.write("<a href='http://www.vivesvirtual.net' target='biblio' border=0>");
	document.write("<img src='http://www.vives.org/imatges/bot-biblio.jpg' hspace=0 vspace=2 border=1></a><br>");

	document.write("<a href='http://www.neu-e.com' target='neu' border=0>");
	document.write("<img src='http://www.vives.org/imatges/bot-neu.jpg' hspace=0 vspace=2 border=1></a><br>");

	document.write("<a href='http://www.campus33.com' target='campus' border=0>");
	document.write("<img src='http://www.vives.org/imatges/bot-campus.jpg' hspace=0 vspace=2 border=1></a><br>");

	document.write("</td></tr></table>");
}

//-->
