function alert_modal(cmd){
	if(cmd=='login_true'){
		Modalbox.show('<div style="height:100px"><img src="../images/359682461.png" style="float:left"/><h3 style="padding-top:18px">You\'ve successfully logged in</h3><div style="clear:left"></div><div style="text-align:center"><input style="display:inline;padding:2px 20px 2px 20px" type="button" name="okcommon" id="okcommon" value="Ok" class="input" onclick="Modalbox.hide()" /></div></div>', {title: 'Log in successful', width: 400});
	}
	if(cmd=='login_false'){
		Modalbox.show('<div style="height:100px"><img src="../images/1949068318.png" style="float:left"/><h3 style="padding-top:18px">Incorrect user name or password. Please check their spelling.<br/> If you lost your password, please click <a href="../user/retrieve_password.php">here</a></h3><div style="clear:left"></div><div style="text-align:center"><input style="display:inline;padding:2px 20px 2px 20px" type="button" name="okcommon" id="okcommon" value="Ok" class="input" onclick="Modalbox.hide()" /></div></div>', {title: 'Log in error', width: 400});
	}
	if(cmd=='logout_true'){
		Modalbox.show('<div style="height:100px"><img src="../images/359682461.png" style="float:left"/><h3 style="padding-top:18px">You have successfully logged out.</h3><div style="clear:left"></div><div style="text-align:center"><input style="display:inline;padding:2px 20px 2px 20px" type="button" name="okcommon" id="okcommon" value="Ok" class="input" onclick="Modalbox.hide()" /></div></div>', {title: 'Log out successful', width: 400});
	}	
	if(cmd=='reg_true'){
		Modalbox.show('<div style="height:100px"><img src="../images/359682461.png" style="float:left"/><h3 style="padding-top:18px">Congratulations! You are just minutes away from becoming a registered member of this E-Radio powered website. Please check your email for the confirmation code. Please take note that it may appear in your spam box instead of your inbox.</h3><div style="clear:left"></div><div style="text-align:center"><input style="display:inline;padding:2px 20px 2px 20px" type="button" name="okcommon" id="okcommon" value="Ok" class="input" onclick="Modalbox.hide()" /></div></div>', {title: 'Registration successful', width: 400});
	}	
	if(cmd=='restricted'){
		Modalbox.show('<div style="height:100px"><img src="../images/852098425.png" style="float:left"/><h3 style="padding-top:18px">Authorization required to perform process.</h3><div style="clear:left"></div><div style="text-align:center"><input style="display:inline;padding:2px 20px 2px 20px" type="button" name="okcommon" id="okcommon" value="Ok" class="input" onclick="Modalbox.hide()" /></div></div>', {title: 'Unauthorized Access', width: 400});
	}
	if(cmd=='confirm_true'){
		Modalbox.show('<div style="height:100px"><img src="../images/359682461.png" style="float:left"/><h3 style="padding-top:18px">Thank you for registering with us. You are now a registered member of Energy FM Eradio.</h3><div style="clear:left"></div><div style="text-align:center"><input style="display:inline;padding:2px 20px 2px 20px" type="button" name="okcommon" id="okcommon" value="Ok" class="input" onclick="Modalbox.hide()" /></div></div>', {title: 'Email Confirmation', width: 400});
	}	
	if(cmd=='reconfirm_true'){
		Modalbox.show('<div style="height:100px"><img src="../images/359682461.png" style="float:left"/><h3 style="padding-top:18px">Your confirmation message is sent. Please take note that it may appear in your spam box instead of your inbox.</h3><div style="clear:left"></div><div style="text-align:center"><input style="display:inline;padding:2px 20px 2px 20px" type="button" name="okcommon" id="okcommon" value="Ok" class="input" onclick="Modalbox.hide()" /></div></div>', {title: 'Email Confirmation', width: 400});
	}	
	if(cmd=='sent_true'){
		Modalbox.show('<div style="height:100px"><img src="../images/359682461.png" style="float:left"/><h3 style="padding-top:18px">Your new password was sent to your email. You can use the new password and log-in to your account and change the password to a new one.</h3><div style="clear:left"></div><div style="text-align:center"><input style="display:inline;padding:2px 20px 2px 20px" type="button" name="okcommon" id="okcommon" value="Ok" class="input" onclick="Modalbox.hide()" /></div></div>', {title: 'New Password', width: 400});
	}
	if(cmd=='web'){
		Modalbox.show('<div style="height:100px"><img src="../images/359682461.png" style="float:left"/><h3 style="padding-top:18px">Thank you for taking some time in answering our suvey. We greatly appreciate it.</h3><div style="clear:left"></div><div style="text-align:center"><input style="display:inline;padding:2px 20px 2px 20px" type="button" name="okcommon" id="okcommon" value="Ok" class="input" onclick="Modalbox.hide()" /></div></div>', {title: 'Survey finished', width: 400});
	}
}



