/* Gallery Routines */
self.name = "main_meldavis_dot_com";
self.onUnload = fUnLoading;

function wpop(jpg) {
	if (screen.availHeight != null) {
		Wwidth = Math.min(screen.availWidth-10,660); Wheight = Math.min(screen.availHeight-30,610);
		var hpopup = window.open("popup.php?i="+jpg,"popup_meldavis_dot_com","width="+Wwidth+",height="+Wheight+",resizable,scrollbars");
	} else {
		var hpopup = window.open("popup.php?i="+jpg,"popup_meldavis_dot_com","width=650,height=580,resizable,scrollbars");
	}
	if (typeof hpopup != 'object') {
		alert('Unable to open popup window, see: http://www.tv-science.co.uk/services/support/popups.php');
	} else {
		hpopup.focus();
	}
}
function fUnLoading() {
	 self.name=null;
	 self.defaultStatus='';
}
