 

function genisleyenPencere(adres) {

	
	
	var yeniPencere =window.open("","","left=100,top=100,width=800,height=600,status=1,resizable=1, scrollbars=1");
	
yeniPencere.location = adres;




}
function openBtn(){

self.close();
}  



