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){
   clrscr();
   flag=0;
   }
else
 {
  switch (button){
  	  case 1:
	  clearbutton();
	  flag=1;	
	  var aux="<table border=0 cellpadding=0 cellspacing=0 class=font12boldwhite><tr><td height=330 width=500 valign=bottom><a href='http://www.arriendopiso.com' target='_blank' class=a1>www.Arriendopiso.com</a> <br><br>&#0149;&nbsp;Web application for the lettings and sales of properties in Spain.<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=font12boldwhite><tr><td height=330 width=500 valign=bottom><a href='http://www.thegrovesocialclub.com' target='_blank' class=a1>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<br>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=font12boldwhite><tr><td height=330 width=500 valign=bottom><a href='http://www.theblackhorsemarket.com' target='_blank' class=a1>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=font12boldwhite><tr><td height=330 width=500 valign=bottom><a href='http://www.clonezgz.com' target='_blank' class=a1>www.Clonezgz.com</a><br><br>Web application for Javier Luengo photographer, winner of the 2005 European <br>"
	  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=font12boldwhite><tr><td height=330 width=500 valign=bottom><a href='http://www.a1actionmaster.ie' target='_blank' class=a1>www.A1actionmaster.ie</a><br><br>&#0149;&nbsp;Web page for A1 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+"<font class=font16boldwhite>Web Design</font><br><br>"
aux=aux+"We design exclusive, attractive, dynamic, and interactive, web pages and web <br> applications using the latest technologies on the market:<br>"
aux=aux+"Flash, xml, html, xhtml, css, asp, php, mysql ...<br><br>"
aux=aux+"We develop products on demand such as:<br>"
aux=aux+"&#0149;&nbsp; Corporate webs.<br>"
aux=aux+"&#0149;&nbsp; Online catalogs 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+"We set up:<br>"
aux=aux+"&#0149;&nbsp; Email accounts.<br>"
aux=aux+"&#0149;&nbsp; Search engine inclusion and optimization.<br><br>"
aux=aux+"Our projects are design in a unique and original way thinking on the necessities of the <br>customer.<br>"
aux=aux+"Our customers will get inform in every step of the development of their project,<br>"
aux=aux+"because we work with total transparency.<br></div>"
document.getElementById("img").style.background='url(null) ';
document.getElementById("img").innerHTML=aux;
aux="Feel free to contact us now to arrange a sit-down and a no obligation quote."
document.getElementById("prices").innerHTML=aux;
}