function openPopUp(src,w,h) {
	KopWin = window.open(src,"popwin","toolbar=0,width=" + w + ",height=" + h + ",location=0,directories=0,status=0,scrollbars=0,menubar=0,resizable=0,copyhistory=1");
	KopWin.focus();
}

function guncelle(src,w,h) {
	KopWin = window.open(src,"popwin","toolbar=0,width=" + w + ",height=" + h + ",location=0,directories=0,status=0,scrollbars=1,menubar=0,resizable=0,copyhistory=1");
	KopWin.focus();
}