﻿function MM_BrWindow(theURL) {
	window.open(theURL,'_blank','');
}

function MM_SameWindow(theURL) {
	window.open(theURL,'_top','');
}