
		function confirm_msg(msg,url)
		{
			input_box=confirm(msg);
			if (input_box==true){ 	document.location=url;	}
		}
	