var flag=0;
function mouseover(button){ document.getElementById('b'+button).className ='gbuttonbackground';}
function mouseout(button){ if (flag!=button) document.getElementById('b'+button).className ='buttonbackground'; }
function clearbutton(){if (flag!=0) document.getElementById('b'+flag).className ='buttonbackground'; }
												
function changetext(button) 
{if (button==flag){
flag=0;
   clrscr();
   
   }
else
 {
 document.getElementById("prices").innerHTML=" ";
  switch (button){
  	  case 1:
	  clearbutton();
	  flag=1;	
	  var aux="<table border=0 cellpadding=0 cellspacing=0 class=fontdescription><tr><td height=380 width=500 valign=bottom><a href='http://www.arriendopiso.com' target='_blank' class=abold3>www.Arriendopiso.com</a> <br><br>&#0149;&nbsp;Spanish property Web application.<br>"
	  aux=aux+"&#0149;&nbsp;Java application to manage all the databases involve in the web application.</td></tr></table>";
	  document.getElementById("img").style.background='url(../webdesign/pics/arriendopiso.gif) no-repeat top center';
	  document.getElementById("img").innerHTML=aux;
	  aux="ASP, XML, XSL, CSS, HTML, Javascript, Java";
	//  document.getElementById("prices").innerHTML=aux;
	  break;

      case 2:
	  clearbutton();
	  flag=2;								  
	  var aux="<table border=0 cellpadding=0 cellspacing=0 class=fontdescription><tr><td height=380 width=500 valign=bottom><a href='http://www.thegrovesocialclub.com' target='_blank' class=abold3>www.Thegrovesocialclub.com</a>"
      aux=aux+"<br><br>&#0149;&nbsp;The Grove Social Club an alternative disco night in Dublin which was establish in 1967 by Dj Cecil Nolan and has been running since then."
	  aux=aux+"</td></tr></table>";
	  document.getElementById("img").style.background='url(../webdesign/pics/grove.gif) no-repeat top center';
	  document.getElementById("img").innerHTML=aux;
	  aux="CSS, HTML, Javascript and Flash.";
	//  document.getElementById("prices").innerHTML=aux;
	  break;
												  
	  case 3:
	  clearbutton();
	  flag=3;							
	  var aux="<table border=0 cellpadding=0 cellspacing=0 class=fontdescription><tr><td height=380 width=500 valign=bottom><a href='http://www.cloneirl.com/webdesign/market/theblackhorsemarket.html' target='_blank' class=abold3>www.Theblackhorsemarket.com</a><br><br>&#0149;&nbsp;Web page on Flash for The black horse market, the biggest indoor market in Ireland.<br> &nbsp;</td></tr></table>";
	  document.getElementById("img").style.background='url(../webdesign/pics/horse.gif) no-repeat top center';
	  document.getElementById("img").innerHTML=aux;
	  aux="PHP, HTML, actionscript and Flash.";
	//  document.getElementById("prices").innerHTML=aux;
	  break;
					  
	  case 4:
	  clearbutton();
	  flag=4;								  
	  var aux="<table border=0 cellpadding=0 cellspacing=0 class=fontdescription><tr><td height=400 width=500 valign=bottom><a href='http://www.clonezgz.com' target='_blank' class=abold3>www.Clonezgz.com</a><br><br>Web application for Javier Luengo photographer, winner of the 2005 European "
	  aux=aux+"photographic Fuji film award.<br>&#0149;&nbsp;Java application to manage pictures, comments, music and general settings.</td></tr></table>";
	  document.getElementById("img").style.background='url(../webdesign/pics/horse.gif) no-repeat top center';
	  document.getElementById("img").innerHTML=aux;
	  aux="Actionscript, Flash, java, javascript, HTML.";
	//  document.getElementById("prices").innerHTML=aux;
	  break;
											  
	  case 5:
	  clearbutton();
	  flag=5;								  
	  var aux="<table border=0 cellpadding=0 cellspacing=0 class=fontdescription><tr><td height=380 width=500 valign=bottom><a href='http://www.abold3actionmaster.ie' target='_blank' class=abold3>www.abold3actionmaster.ie</a><br><br>&#0149;&nbsp;Web page for abold3 Action Master, a property maintenance solutions company.<br>&nbsp;</td></tr></table>";
	  document.getElementById("img").style.background='url(../webdesign/pics/action.gif) no-repeat top center';
	  document.getElementById("img").innerHTML=aux;
	  aux="PHP, HTML, Javascript.";
//	  document.getElementById("prices").innerHTML=aux;
	  break;
	}
  }
}
	

function clrscr()
{
aux="<div align=left >";
aux=aux+"<div style='height:40px;'><table border=0 cellpadding=0 cellspacing=0 align=right><tr><td class=divwebleft></td><td class=divwebtitle>Web design</td><td class=divwebright></td></tr></table></div>"
aux=aux+"We design exclusive, attractive, dynamic, and interactive, web pages and web applications using the latest technologies on the market.<br><br>We develop products on demand such as:<br>"
aux=aux+"&#0149;&nbsp; Corporate webs.<br>"
aux=aux+"&#0149;&nbsp; Online catalogues of products.<br>"
aux=aux+"&#0149;&nbsp; Online shops.<br>"
aux=aux+"&#0149;&nbsp; Forums.<br>"
aux=aux+"&#0149;&nbsp; Flash Design, advertisement design, animation web services.<br><br>"
aux=aux+"Our projects are designed in a unique and original way thinking in the necessities of the customers.</div>"
document.getElementById("img").style.background='url(null) ';
document.getElementById("img").innerHTML=aux;
aux="<br>Feel free to contact us now to arrange a sit-down and a no obligation quote."
document.getElementById("prices").innerHTML=aux;
}
