function openContact(link)
{
	window.open(link, "contact", "width=500,height=250");
}
