// Javascripts by digitalwork, Zurich// Copyrights 2007// http://www.digitalwork.chfunction goSDBB(){	//alert('go');		if (opener)	{		//alert ('true');		opener.window.focus();	}		else	{		window.open("http://www.csfo.ch");		//alert ('false');	}	}