function popup(url, w, h){
	window.open(url, 'external', 'width=' + w + ',height=' + h + ', no')
}


function newWin(ind) {
	if (ind !='')
		for (i=0; i<2; i++) {
			win = window.open(ind, 'newWindow','height=500,width=800,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,left=0,top=20')
		}
}
