	
			function popupac(theURL,w,h,parametreler){
				penboy = 'height='+h+',width='+w+','+parametreler+''
				//penboy = 'height=293,width=275,top=100,left=100,scrollbars=1,resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,copyhistory=0'
				window.open(theURL,'popup',penboy)
			}
