		function popupWindow(img,cid,windowname,width,height) {
			newwindow = window.open('popup.cfm?img='+img+'&cid='+cid,windowname,'width='+width+',height='+height+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');
			newwindow.focus();
		}		
