var Index = {
	init: function(){
		//Main.showAlert("Hello vdfsv df vsdf b gdfb gf bsgf bn gfhn g fn bhf nghngsfncv", null, null, {"mask": true});
		/*var win = Main.showConfirm("Hello", function(){
			alert("gops");
			win.close();
		},function(){alert("gops2")}, this);
		*/
		/*Main.request("ajax_general.php", {
			onSuccess: function(j){
				var a = j;
			},
			onFail: function(j){
				var a = j;
			},
			scope: this
		});*/
	}
}
//Main.onReady(Index.init, Index);
