
	function check(){

		if(form1.details.value==""){
			alert(CONTENT);
			return false;
		}
		return true;
	}
	
function openClosStatus(AAA) {
    if (document.getElementById(AAA).style.display == "block") {
        document.getElementById(AAA).style.display = "none";
        document.openericon.src = 'http://www.aaaoe.com/famous/css/div_add.gif';
    } else {
        document.getElementById(AAA).style.display = "block";
        document.openericon.src = 'http://www.aaaoe.com/famous/css/div_open.gif';
    }
}
