function contact(page,w,h,id,x) {
	// THERE'S A PROBLEM HERE THAT NEEDS TO BE ADDRESSED
	//page = escape(page);
	//alert(escape(page));
	window.open(page,id,"location=no,menubar=no,scrollbars=yes,status=no,titlebar=no,toolbar=no,resizable=yes,width="+w+",height="+h+",directories=no,screenX="+x+",screenY=50%");
}


