
function MM_openBrWindow(theURL,winName,features) {
	window.open(theURL,winName,features);
}

function popup(url) {
	MM_openBrWindow("popup.php?image=" + url,'popup','width=850,height=605,scrollbars=yes');
}

