var popupIframe = new Object();
popupIframe.show = function(title, url) {
	window.open(url);	
}