/* 

DW 2009 | © DELTA WEB http://www.delta-web.com



*/

function maillink (nom,dom,suj,mess,lib)
{
	document.write("<a href='mailto:"+nom+"@"+dom+"?subject="+suj+"&body="+mess+"'>"+lib+"</a>");
}

function ow(url)
{
	window.open(url);
}