function openImage(selObj){
	impath = selObj.options[selObj.selectedIndex].value;
	mywindow = window.open (impath, null,"location=0,status=0,resizable=0,scrollbars=1,width=550,height=500");
	mywindow.moveTo(50,50);
}

function openImage2(no){
	mywindow = window.open ("dergiindir.php?no=" + no, null,"location=0,status=0,resizable=0,scrollbars=1,width=550,height=500");
	mywindow.moveTo(50,50);
}
