<!-- Begin
function show(page){
	showModalDialog(page, '','dialogWidth: 720px; dialogHeight: 640px;,center:Yes;Help:No;Status:No;')
}
function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function MM_openBrWindow(theURL,winName,features, height, width) { //v2.0
	var sWidth = screen.width / 2;
	var sHeight =  screen.height / 2;

	var pop_width = width / 2;
	var pop_height = height / 2;

	var w = sWidth - pop_width;
	var h = sHeight - pop_height;

	if (w < 0)
		w = 0;
	if (h < 0)
		h = 0;

	features =  features + ",left=" + w + ", top=" + h + ", height=" + height + ",width=" + width;
	window.open(theURL,winName,features);
}
function MM_openDialog(theURL,winName,features, height, width) { //v2.0
	vReturnValue = window.showModalDialog(theURL);
}
function openPopup(theURL,winName,features, height, width) { //v2.0
	MM_openBrWindow(theURL,winName,features, height, width);
}
//-->
