
function open_win(link)
{
	window.open(link.href, "Popup window", "width=970,height=620");
}



