
function popupSimple(url, lbl, w, h){
	window.open(url, lbl, 'width='+w+',height='+h+',scrollbars=0,location=0,resizable=0,statusbar=0');
}
