		function openProject(URL) {
			window.open(URL,"project","width=750,height=575,scrollbars=no,location=no,status=no");
		}
		
		function openComments(URL) {
			window.open(URL,"comments","width=395,height=350,scrollbars=yes,location=no,status=no");
		}
		
		function openPop(URL,name,w,h) {
			window.open(URL,name,"width="+w+",height="+h+",scrollbars=yes,location=no,status=no");
		}
		
		function openGallery(URL) {
			window.open(URL,"gallery","width=750,height=525,scrollbars=yes,location=no,status=no");
		}