			
			function popwin2(theurl,thename,thewidth,theheight,special,left,top) {
				if (special==1) {
						var left=(screen.width-thewidth)/10;
						var top=(screen.height-theheight)/10;
					}
				var popwin2 = window.open(theurl,thename,'left='+left+',top='+top+',width='+thewidth+',height='+theheight+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
			} 
			
			