function showPopup(address,title) {
	/*** Opens a small window to play the address given ***/
	window.open(address,title,'Menubar=no,location=no,resizable=yes,scrollbar=no,status=no,height=300,width=400');
}