
<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2)) {
alert("Copyright 2003 by: Nu Breeze Tech. WARNING ! All content contained within this site is protected by copyright laws. Unauthorized use of our material is strictly prohibited and will be defended in a Court of Law.");
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Copyright 2003 by:  Nu Breeze Tech. WARNING ! All content contained within this site is protected by copyright laws. Unauthorized use of our material is strictly prohibited and will be defended in a Court of Law.");
return false;
}
return true;
}

document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
//  End

<!-- secondary pages scripting starts here //-->
<!-- navbar preload

if (document.images) {
b1_off = new Image(); b1_off.src = "../images/b1.gif"
b1_over = new Image(); b1_over.src = "../images/b1_over.gif"
b2_off = new Image(); b2_off.src = "../images/b2.gif"
b2_over = new Image(); b2_over.src = "../images/b2_over.gif"
b3_off = new Image(); b3_off.src = "../images/b3.gif"
b3_over = new Image(); b3_over.src = "../images/b3_over.gif"
b4_off = new Image(); b4_off.src = "../images/b4.gif"
b4_over = new Image(); b4_over.src = "../images/b4_over.gif"
b5_off = new Image(); b5_off.src = "../images/b5.gif"
b5_over = new Image(); b5_over.src = "../images/b5_over.gif"
}

function turn_off(ImageName) {
	if (document.images != null) {
		document[ImageName].src = eval(ImageName + "_off.src");
	}
}

function turn_over(ImageName) {
	if (document.images != null) {
		document[ImageName].src = eval(ImageName + "_over.src");
	}
}

// End of navbar -->

      function y2k(number) { return (number < 1000) ? number + 1900 : number; }
      var today = new Date();
      var year = y2k(today.getYear());
    
<!-- secondary page scripting ends here //-->
<!-- Email Validation. Written by PerlScriptsJavaScripts.com //-->

function check_email(e) {
ok = "1234567890qwertyuiop[]asdfghjklzxcvbnm.@-_QWERTYUIOPASDFGHJKLZXCVBNM";

for(i=0; i < e.length ;i++){
if(ok.indexOf(e.charAt(i)) < 0){
return (false);
}
}

if (document.images) {
re = /(@.*@)|(\.\.)|(^\.)|(^@)|(@$)|(\.$)|(@\.)/;
re_two = /^.+\@(\[?)[a-zA-Z0-9\-\.]+\.([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$/;
if (!e.match(re) && e.match(re_two)) {
return (-1);
}

}

}


function check_form(f) { // f is the form (passed using the <I>this</I> keyword)
if(f.First_name.value.length < 1){
alert("Name field is empty, please enter your name");
f.First_name.focus(); // put the prompt in the name field
// if the browser is Netscape 6 or IE
if(document.all || document.getElementByID){
// change the color of text field
f.First_name.style.background = "yellow";
}
// make sure the form is not submitted
return false;
}

// check the first email address ( the exclamation means "not" )
if(!check_email(f.email.value)){
alert("Invalid email detected");
f.email.focus();
// if the browser is Netscape 6 or IE
if(document.all || document.getElementByID){
// change the color of text field
f.email.style.background = "yellow";
}
// make sure the form is not submitted
return false;
}

}

function text() {
};
text = new text();
number = 0;
text[number++] = "Don't forget to send us an email, we'll love to hear from you!"
text[number++] = "To gain the confidence and acceptance by your client, you need to have a professional site."
text[number++] = "Contact us for a free quotation. . ."
text[number++] = "Let us help you to provide support to your customers. . ."
text[number++] = "We can help you gain the competitive advantage!. . ."
text[number++] = "Contact us for a free quotation. . ."
text[number++] = "We can help you gain the competitive advantage!. . ."
increment = Math.floor(Math.random() * number);

