function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function OpenWin(){
		var leftPos = 0
		var topPos = 0
		if (screen) {
		leftPos = (screen.width / 2) - 250
		topPos = (screen.height / 2) - 230
		}
		window.open('resimyukle.asp.asp','resimyukle','width=517,height=400,left='+leftPos+',top='+topPos+',resizable=no,status=no,scrollbars=no,toolbar=no,menubar=no,location=no')
}