function nw (link)

{
				 
	//alert(link)
	window.open(link.href);
 	return false;
}







