

var wtext;
    
    if("<%=LCase(strsp)%>"=="de")
    {	wtext='Bitte besuchen Sie blueHOMES  auf dem -Salon de l’immobilier- in Toulouse -Parc des Expositions- am 5.6.oder 7. Oktober 2007 an Stand A15.';}
    if("<%=LCase(strsp)%>"=="fr")
    {	wtext='blueHOMES sera ravi de vous accueillir, les 5.6.7 octobre 2007, au -salon de l’immobilier- du -Parc des Expositions- de Toulouse, sur notre stand A15. Venez nombreux !';}
    if("<%=LCase(strsp)%>"=="nl")
    {	wtext='blueHOMES is delighted to invite you, the 5th 6th and 7th of October, to our stand A15 at the -Salon de l’immobilier-, which is taking place at the -Parc des Expositions- in Toulouse.';}
    if("<%=LCase(strsp)%>"!="de" && "<%=LCase(strsp)%>"!="nl" && "<%=LCase(strsp)%>"!="fr")
    {	wtext='blueHOMES is delighted to invite you, the 5th 6th and 7th of October, to our stand A15 at the -Salon de l’immobilier-, which is taking place at the -Parc des Expositions- in Toulouse.';}
    
    function rollOverMe(what, img_src)
    {	document[what].src = img_src;
    }
	
	var info = false
	function openinfo() 
	{	var url = "http://www.blueHOMES.com/hilfe/info/De/faq_kaufen.asp";
		if (!info || info.closed) 
		{	info = window.open(url,"info","width=650,height=500,top=10,left=10,scrollbars=yes");
		} 
		else 
		{	info.location.href=url;
			info.focus();
		}
	}	

	function xlink(l){document.location.href=l;}