function showPopUp(thisContent,thisWidth,thisHeight) {
	var popUrl = thisContent;
	var args = "toolbar=0,width=" + thisWidth + ",height=" + thisHeight + ",statusbar=no,scrollbars=1";
	window.open(popUrl, null, args);
}