i=0;

function popupwin(url) {

if(i>0 && win1.closed==false){

	win1.close();

	}

var newwin;

win1 = window.open(url,newwin,"width=800,height=600,scrollbars=yes,resizable=yes");

i++;

}