function openWindow(url, name, width, height) {
  popupWin = window.open(url, '', ',width=' + width + ',height=' + height +  ',scrollbars=0,status=0,resizable=0,left=25,right=25')
}

function getMail(login,domain){
document.write('<a href="mailto:'+login+'@'+domain+'">'+login+'@'+domain+'</a>'); 
}

function getMailText(login,domain){
document.write(login+'@'+domain); 
}

function Cli(firm,logo){
	if( logo ){
		document.imgcli.src = "/images/cli.gif?f="+firm+"&r="+logo+Math.random();
	}else{
		document.imgcli.src = "/images/cli.gif?f="+firm+"&r="+Math.random();
	}
	}