// JavaScript Document

function Contact(adr) {
	window.open(adr, "_blank", "width=600,height=200");
	return false;
}
