function newPopup(html,w,h) {
	d = window.open('+html+','typerms', 'width='+w+',height='+h+',left='+((screen.width/2)-(w/2))+',top='+((screen.height/2)-(h/2)));
}

