<!-- START FLASH SCRIPT-->

function writeFlash (flashID, flashMovie, width, height) {

	var t ="";
	t += '<object ';
	t += '	id="' + flashID + '"';
	t += '	classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';
	t += '	codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" ';
	t += '	width="' + width + '" ';
	t += '	height="' + height + '">';
	t += '		<param name="movie" value="' + flashMovie + '">';
	t += '		<param name="quality" value="high">';
	t += '		<embed src="' + flashMovie + '" ';
	t += '			name="' + flashID + '"';
	t += '			quality="high" ';
	t += '			pluginspage="http://www.macromedia.com/go/getflashplayer" ';
	t += '			type="application/x-shockwave-flash" ';
	t += '			width="' + width + '" ';
	t += '			height="' + height + '">';
	t += '		</embed>';
	t += '</object>';
	
	document.write (t);
}


<!-- END FLASH SCRIPT-->

<!-- START ONMOUSEOVER HEBREW-->

var browser     = '';
var version     = '';
var entrance    = '';
var cond        = '';
// BROWSER?
if (browser == ''){
if (navigator.appName.indexOf('Microsoft') != -1)
browser = 'IE'
else if (navigator.appName.indexOf('Netscape') != -1)
browser = 'Netscape'
else browser = 'NN';
}
// VERSION?
if (version == ''){
version= navigator.appVersion;
paren = version.indexOf('(');
whole_version = navigator.appVersion.substring(0,paren-1);
version         = parseInt(whole_version);
}
// BROWSER & VERSION
if (browser == 'IE' && version >= 4) entrance = 'yes';
if (browser == 'IE' && version < 4) entrance = 'no';
if (browser == 'Netscape' && version >= 2.02) entrance = 'yes';
if (browser == 'Netscape' && version < 2.02) entrance = 'no';
//-->
if (entrance=='yes'){
name0a = new Image;name0a.src = 'images/buttons/Secure_Off.gif';
name0b = new Image;name0b.src = 'images/buttons/Secure_On.gif';
name1a = new Image;name1a.src = 'images/buttons/Defense_Off.gif';
name1b = new Image;name1b.src = 'images/buttons/Defense_On.gif';
name2a = new Image;name2a.src = 'images/buttons/International_Off.gif';
name2b = new Image;name2b.src = 'images/buttons/International_On.gif';
name3a = new Image;name3a.src = 'images/buttons/Cleaning_Off.gif';
name3b = new Image;name3b.src = 'images/buttons/Cleaning_On.gif';
name4a = new Image;name4a.src = 'images/buttons/Disclaimer_Off.gif';
name4b = new Image;name4b.src = 'images/buttons/Disclaimer_On.gif';

name5a = new Image;name5a.src = 'images/buttons/International_Off_En.gif';
name5b = new Image;name5b.src = 'images/buttons/International_On_En.gif';
name6a = new Image;name6a.src = 'images/buttons/Embassies_Off_En.gif';
name6b = new Image;name6b.src = 'images/buttons/Embassies_On_En.gif';
name7a = new Image;name7a.src = 'images/buttons/European_Off_En.gif';
name7b = new Image;name7b.src = 'images/buttons/European_On_En.gif';
name8a = new Image;name8a.src = 'images/buttons/Event_Security_Off_En.gif';
name8b = new Image;name8b.src = 'images/buttons/Event_Security_On_En.gif';
name9a = new Image;name9a.src = 'images/buttons/India_Off_En.gif';
name9b = new Image;name9b.src = 'images/buttons/India_On_En.gif';

name10a = new Image;name10a.src = 'images/buttons/brinks_team_logo_Off.gif';
name10b = new Image;name10b.src = 'images/buttons/brinks_team_logo_On.gif';

name11a = new Image;name11a.src = 'images/buttons/Moked_Off.gif';
name11b = new Image;name11b.src = 'images/buttons/Moked_On.gif';
name12a = new Image;name12a.src = 'images/buttons/Alarms_Off.gif';
name12b = new Image;name12b.src = 'images/buttons/Alarms_On.gif';

name13a = new Image;name13a.src = 'images/buttons/SecurityServices_Off_En.gif';
name13b = new Image;name13b.src = 'images/buttons/SecurityServices_On_En.gif';
name14a = new Image;name14a.src = 'images/buttons/SecuritySystems_Off_En.gif';
name14b = new Image;name14b.src = 'images/buttons/SecuritySystems_On_En.gif';



}

<!--  To avoid MSIE < 4 from crashing
function lighten(imgName) {
if (entrance == 'yes'){
imgOn = eval(imgName + 'b.src');
document[imgName].src = imgOn;}
}
function darken(imgName) {
if (entrance == 'yes'){
imgOff = eval(imgName + 'a.src');
document[imgName].src = imgOff;}
 }

<!-- END ONMOUSEOVER HEBREW-->


 <!-- START Workers CHECK FORM -->

 
 function  check_Workersmailform() {

     if (document.Workers.fullname.value==""){
		window.alert("! נא להזין שם פרטי ומשפחה");
		Workers.fullname.focus();
		return false;
	}
	
	if (document.Workers.telephone.value=="" && document.Workers.Cell.value==""){
		window.alert("! נא להזין טלפון או נייד");
		Workers.telephone.focus();
		return false;
	}
	
	if (document.Workers.Email.value=="" ||                 document.Workers.Email.value.indexOf('@')==-1){
		window.alert("! נא להזין דואר אלקטרוני תקין");
		Workers.Email.focus();
		return false;
	}
	
	
	
	document.Workers.submit();
	
	}
	

<!-- END Workers CHECK FORM -->


<!-- START Takalot CHECK FORM -->
function  check_Takalotmailform() {

     if (document.Takalot.fullname.value==""){
		window.alert("! נא להזין שם פרטי ומשפחה");
		Takalot.fullname.focus();
		return false;
	}
	
	if (document.Takalot.telephone.value=="" && document.Takalot.Cell.value==""){
		window.alert("! נא להזין טלפון או נייד");
		Takalot.telephone.focus();
		return false;
	}
	
	if (document.Takalot.Email.value=="" ||                 document.Takalot.Email.value.indexOf('@')==-1){
		window.alert("! נא להזין דואר אלקטרוני תקין");
		Takalot.Email.focus();
		return false;
	}
	
	
	
	document.Takalot.submit();
	
	}

 <!-- END Takalot CHECK FORM -->
<!-- START Report CHECK FORM -->
function  check_Reportmailform() {

     if (document.Report.fullname.value==""){
		window.alert("! נא להזין שם פרטי ומשפחה");
		Report.fullname.focus();
		return false;
	}
	
	if (document.Report.telephone.value=="" && document.Report.Cell.value==""){
		window.alert("! נא להזין טלפון או נייד");
		Report.telephone.focus();
		return false;
	}
	
	if (document.Report.Email.value=="" ||                 document.Report.Email.value.indexOf('@')==-1){
		window.alert("! נא להזין דואר אלקטרוני תקין");
		Report.Email.focus();
		return false;
	}
	
	
	
	document.Report.submit();
	
	}

 <!-- END Report CHECK FORM -->

 
<!-- START MEMBERS CHECK FORM -->

function check_mailform() {

     if (document.contact.fullname.value==""){
		window.alert("! נא להזין שם פרטי ומשפחה");
		contact.fullname.focus();
		return false;
	}
	
	if (document.contact.telephone.value=="" && document.contact.Cell.value==""){
		window.alert("! נא להזין טלפון או נייד");
		contact.telephone.focus();
		return false;
	}
	
	if (document.contact.email.value=="" || document.contact.email.value.indexOf('@')==-1){
		window.alert("! נא להזין דואר אלקטרוני תקין");
		contact.email.focus();
		return false;
	}
	
	if (document.contact.city.value==""){
		window.alert("! נא להזין עיר");
		contact.city.focus();
		return false;
	}
	
	
	
	
	
	document.contact.submit();
	
	}
	

	
	
function check_mailform_eng() {

     if (document.contact.fullname.value==""){
		window.alert("Please, insert Full Name!");
		contact.fullname.focus();
		return false;
	}
	
	if (document.contact.telephone.value=="" && document.contact.cell.value==""){
		window.alert("Please, insert Phone or Cell!");
		contact.telephone.focus();
		return false;
	}
	
	if (document.contact.email.value=="" || document.contact.email.value.indexOf('@')==-1){
		window.alert("Please, insert email correct!");
		contact.email.focus();
		return false;
	}
	
	if (document.contact.city.value==""){
		window.alert("Please, insert city!");
		contact.city.focus();
		return false;
	}
	
	
	
	
	
	document.contact.submit();
	
	}
	

	

function CleanMembers(){
	document.Members.reset();

}

<!-- END MEMBERS CHECK FORM -->


function CheckEmailForUnsubscribe() {
	if (document.Members.email.value=="" || document.Members.email.value.indexOf('@')==-1){
		window.alert("! נא להזין דואר אלקטרוני תקין");
		Members.email.focus();
		return false;
	}
	
	document.Members.submit();
	
	}
	




<!-- START CHECK Members FORM -->

function check_Membersmailform(){
     if (document.Members.FirstName.value==""){
		window.alert("! נא להזין שם פרטי");
		Members.FirstName.focus();
		return false;
	}
	if (document.Members.LastName.value==""){
		window.alert("! נא להזין שם משפחה");
		Members.LastName.focus();
		return false;
	}
	
			
	if (document.Members.email.value=="" || document.Members.email.value.indexOf('@')==-1){
		window.alert("! נא להזין דואר אלקטרוני תקין");
		Members.email.focus();
		return false;
	}
	

 document.Members.submit();
	
	}
	
	function cleanformMembers(){
	document.Members.reset()
}
	
<!-- END CHECK Members FORM -->






<!-- START WINDOW POPUP -->
var win = null;
var win1 = null;  




function NewWindow(mypage,myname,w,h,scroll){
LeftPosition =  0;
TopPosition =  0;

settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',status=yes,resizable'
win = window.open(mypage,myname,settings)
}


function NewWindowStatusNO(mypage,myname,w,h,scroll){
LeftPosition =  0;
TopPosition =  0;

settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',status=no,resizable'
win = window.open(mypage,myname,settings)
}


<!-- END WINDOW POPUP -->





<!-- START MOVIE -->

var theURL1 = 'Video/mov.asp';
var width1=330;
var height1=310;
   
function mov() {
newWindow = window.open(theURL1,'newWindow','toolbar=no,menubar=no,resizable=yes,scrollbars=no,status=no,location=no,width='+width1+',height='+height1);
}



var theURL2 = 'Video/Presentation.asp';
var width2=800;
var height2=600;
   
function mov2() {
newWindow = window.open(theURL2,'newWindow','toolbar=no,menubar=no,resizable=yes,scrollbars=no,status=no,location=no,width='+width2+',height='+height2);
}


<!-- END MOVIE -->



function OnMouseOverChangeMenu(id){

	var itm = null;
	
	
		if (document.getElementById) {
			itm = document.getElementById(id);
		} else if (document.all){
			itm = document.all[id];
		} else if (document.layers){
			itm = document.layers[id];
		}
	
		itm.className ="MenuTitleOver";
        
  }

function OnMouseOutChangeMenu(id){
	var itm = null;
	
	
		if (document.getElementById) {
			itm = document.getElementById(id);
		} else if (document.all){
			itm = document.all[id];
		} else if (document.layers){
			itm = document.layers[id];
		}
	
	
	  
		itm.className ="MenuTitle";
       
	
   
}


