 function ShowHide(BlockID) {            var ie4=document.all&&navigator.userAgent.indexOf("mozilla")==-1            if (ie4==true) {            	if(document.getElementById("BImg" + BlockID).clicksts=="1") {                    document.getElementById("BImg" + BlockID).src='http://directinvest.de/img/article/di_list_icon.gif'                    document.getElementById("BImg" + BlockID).clicksts="0";					document.getElementById("BImg" + BlockID).alt="Expand";            	} else {            		document.getElementById("BImg" + BlockID).src='http://directinvest.de/img/article/di_list_icon.gif';            		document.getElementById("BImg" + BlockID).clicksts="1";					document.getElementById("BImg" + BlockID).alt="Collapse";            	}            }            else {            	if(document.getElementById("BImg" + BlockID).clicksts=="1") {                    document.getElementById("BImg" + BlockID).src='http://directinvest.de/img/article/di_list_icon.gif'                    document.getElementById("BImg" + BlockID).clicksts="1";					document.getElementById("BImg" + BlockID).alt="Collapse";            	} else {            		document.getElementById("BImg" + BlockID).src='http://directinvest.de/img/article/di_list_icon.gif';            		document.getElementById("BImg" + BlockID).clicksts="1";					document.getElementById("BImg" + BlockID).alt="Expand";            	}            }            if(document.getElementById("b" + BlockID).style.display=='none')                document.getElementById("b" + BlockID).style.display='block'            else                document.getElementById("b" + BlockID).style.display='none'        }				function validate()	{			msg="";						var msg = "Please Fill the following: \n-----------------------------------\n";var noErrors = msg				var Template=document.generalset_form.Template.value;			if(Template=='') {				msg+="\n - Please select the template.\n";			}			var Language=document.generalset_form.Language.value;			if(Language=='') {				msg+="\n - Please select the Language.\n";			}						var Parentcat=document.generalset_form.Parentcat.value;			if(Parentcat=='') {				msg+="\n - Please select the Category.\n";			}			var txtPayapl=document.generalset_form.txtPayapl.value;			if(txtPayapl=='') {				msg+="\n - Please Enter Paypal.\n";			}			var Currency=document.generalset_form.Currency.value;			if(Currency=='') {				msg+="\n - Please select the Currency.\n";			}			var VAT=document.generalset_form.VAT.value;			if(VAT=='') {				msg+="\n - Please select  VAT.\n";			}			// If no errors, submit the formif (msg == noErrors) {return true;} else {// If errors were found, show alert messagealert(msg);return false;}			        }
