/*
function lf_register() {
	my_width = 430;
	box = new LightFace.Static({ 
		title: 'ลงทะเบียน', 
		width: my_width,
		height: 480,
		content: '<iframe src="iframe_register.php" frameborder="0" width="430" height="480" frameborder="0" scrolling="no" marginwidth="0" marginheight="0"></iframe>',
		buttons: [
			{
				title: 'Close',
				event: function() { this.close(); }
			}
		]
	});
	box.open(false,55,740);	
}
*/


function my_alert(text) {
	box = new LightFace({ 
		title: 'ข้อความ', 
		width: 360,
		height: 50,
		content: text,
		buttons: [
			{
				title: 'Close',
				event: function() { this.close(); }
			}
		]
	});
	box.open();
}

/*
function my_term() {
	light = new LightFace.IFrame({ height:480, width:640, url: 'iframe_term.php', title: 'The Agent Clear' }).addButton('Close', function() { light.close(); top.location.reload(); },true).open();
}
*/
