﻿// JScript File

function confirm_Save(msg)
		{
		  return confirm(msg);
		}


