Ext.onReady(function(){


});

function photoBrowser(){
	var browser = new ImageChooser({ url:'requests/getHPimages.php', width:939, height:720 });
	browser.show('browserLink');
}

