    function openWindow(url,name) {
	pdfWin = window.open(url,name,"toolbar","location","status","menubar","scrollbars","resizable");
	opener.focus();
	}
	
	function popupWindow(url2,name2) {
	calendarWin = open(url2,name2,"width=538,height=470");
	opener.focus();
	}
	
	function contactwin(url3) {
	opener.location.replace(url3);
	opener.focus();
	}