// JavaScript Document
function mhHover(elemid, cls)
{
	document.getElementById(elemid).className = cls;
}

function convertCurrency( amount, from, to ){
 
  conPopUpWin = open( 'http://www.xe.com/ucc/convert.cgi?From=' + from + '&To=' + to + '&Amount=' + amount + '&Header=[html][head][title]Business for Sale Spain[/title][/head][body]&Footer=[/body][/html]', 'conPopUpWin', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbar=yes,resizable=yes,copyhistory=yes,width=640,height=440,left=180, top=180,screenX=180,screenY=180');
	//enlargePhoto( 'http://www.xe.com/ucc/convert.cgi?From=' + from + '&To=' + to + '&Amount=' + amount + '&<%=server.HTMLEncode("Header=[html][head][title]Bar in the Sun Currency Conversion - by XE.com[/title][/head][body]")%>&Footer=<%=server.HTMLEncode("[/body][/html]")%>' );
}

function showPhoto( URLStr )  {
  var popUpWin = 0;
  popUpWin = open( URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=530,height=440,left=180, top=180,screenX=180,screenY=180');
}