
<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2)) {
alert("Copyright 2006 by: Nu Breeze Tech. WARNING ! All content contained within this site is protected by copyright laws. Graphics designed by 'DesignAddiction - Cape Town'. Unauthorized use of our material is strictly prohibited and use thereof will be prosecuted in a Court of Law.");
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Copyright 2006 by:  Nu Breeze Tech. WARNING ! All content contained within this site is protected by copyright laws. Graphics designed by 'DesignAddiction - Cape Town'. Unauthorized use of our material is strictly prohibited and use thereof will be prosecuted in a Court of Law.");
return false;
}
return true;
}

document.onmousedown=right;
if (document.layers) window.captureEvents(Event.MOUSEDOWN);
window.onmousedown=right;
//  End

<!-- Begin
<!-- 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_eml(eml) { // eml is the form (passed using the <I>this</I> keyword)

if(eml.Subject.value == "--") {
alert("Please select a Subject");
eml.Subject.focus(); // put the prompt in the name field
// make sure the form is not submitted
return false;
}

if(eml.First_name.value.length < 1){
alert("Name field is empty, please enter your name");
eml.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
eml.First_name.style.background = "yellow";
}
// make sure the form is not submitted
return false;
}

if(eml.Last_name.value.length < 1){
alert("Last Name field is empty, please enter surname");
eml.Last_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
eml.Last_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(eml.email.value)){
alert("Invalid email detected");
eml.email.focus();
// if the browser is Netscape 6 or IE
if(document.all || document.getElementByID){
// change the color of text field
eml.email.style.background = "yellow";
}
// make sure the form is not submitted
return false;
}

// check the Company name 
if(eml.Company.value.length < 1){
alert("Company field is empty, please enter Company name");
eml.Company.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
eml.Company.style.background = "yellow";
}
// make sure the form is not submitted
return false;
}

// User telpage
if(eml.UserTel.value.length < 1){
alert("Please fill in your telephone number");
eml.UserTel.focus(); // put the prompt in the URL field
// if the browser is Netscape 6 or IE
if(document.all || document.getElementByID){
// change the color of text field
eml.UserTel.style.background = "yellow";
}
// make sure the form is not submitted
return false;
}

// User Fax
if(eml.UserFAX.value.length < 1){
alert("Please fill in your Fax number");
eml.UserFAX.focus(); // put the prompt in the URL field
// if the browser is Netscape 6 or IE
if(document.all || document.getElementByID){
// change the color of text field
eml.UserFAX.style.background = "yellow";
}
// make sure the form is not submitted
return false;
}

// Country
if(eml.country.value == "--") {
alert("You must select your Country please");
eml.country.focus();
return(false);
}

if(eml.country.value.length < 1){
alert("The Country field is empty, please your Country name");
// eml.country.focus(); // put the prompt in the URL field
// make sure the form is not submitted
return false;
}

}

//  End -->


<!-- Begin
var whichinfos
var x,y
function showinfos(thisinfos) {
	if (document.all) {
		whichinfos=eval("document.all."+thisinfos+".style")
		whichinfos.visibility="visible"	
		followmouse()
	}
	if (document.layers) {
		whichinfos=eval("document."+thisinfos)
		whichinfos.visibility="visible"	
		followmouse()
	}
}

function followmouse() {
	if (document.all) {
		whichinfos.posLeft=x+20
		whichinfos.posTop=y-100
		var timer=setTimeout("followmouse()",200)
	}
	if (document.layers) {
		whichinfos.left=10
		whichinfos.top=10
		var timer=setTimeout("followmouse()",200)
	}
}

function hideinfos() {
	if (document.all || document.layers) {
		whichinfos.visibility="hidden"	
	}
}

function handlerMM(e){
	x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
	y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
}

if (document.layers){
	document.captureEvents(Event.MOUSEMOVE);
}

if (document.all || document.layers) {
	document.onmousemove = handlerMM;
}
// end -->

<!-- index page scripting starts here //-->
<!-- Navbar def end -->

function greeting() {
Now = new Date()
Hour = Now.getHours();
if (Hour < 5)
msg ="<H6>Can't sleep? I'm sure this site will keep you interested!</H6>"
else if(Hour <12)
msg ="<H6>Good morning and welcome to our site.</H6>"
else if(Hour < 18)
msg ="<H6>Good Afternoon and welcome, we trust you have had a good day so far!</H6>"
else if (Hour < 24)
msg ="<H6>Good Evening and welcome. We hope you have had a pleasant day.</H6>"
return( msg )
}

<!--
function dategreeting() {

function makeArray0() {
for (i = 0; i<makeArray0.arguments.length; i++)
this[i] = makeArray0.arguments[i];
}
var days = new makeArray0("Sunday","Monday","Tuesday","Wednesday","Thursday" ,"Friday","Saturday");
var months = new makeArray0('January','February','March','April','May','June', 'July','August','September','October','November','December');
function nths(day) {
if (day == 1 || day == 21 || day == 31) return 'st';
if (day == 2 || day == 22) return 'nd';
if (day == 3 || day == 23) return 'rd';
return 'th';
}
function getCorrectedYear(year) {
year = year - 0;
if (year < 70) return (2000 + year);
if (year < 1900) return (1900 + year);
return year;
}
function y2k(number) { return (number < 1000) ? number + 1900 : number; }
function padout(number) { return (number < 10) ? '0' + number : number; }
var last = document.lastModified;
var date = new Date(last);
var dateY2K = new Date(getCorrectedYear(date.getYear()),date.getMonth(),date.getDate());
document.write(days[dateY2K.getDay()] + ' ' +
dateY2K.getDate() + nths(dateY2K.getDate()) + " " +
months[dateY2K.getMonth()] + ", " +
(y2k(dateY2K.getYear()))
);
}
//-->

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);


<!-- popunder page begins here //-->
var cookie = "Thankyou";
function popup(){
if (getcookie(cookie)==""){
openpopup();
setcookie();
}
}
function openpopup() {
window.open("misc/thanks.htm","","toolbar=No,menubar=No,location=No,scrollbars=No,resizable=No,status=No,width=250,height=250,left=250,top=175").blur(); window.focus();
}
function getcookie(cookieName) {
var id = cookieName + "=";
var cookievalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(id);
if (offset != -1) {
cookievalue = "x";
}
}
return cookievalue;
}

function setcookie () {
document.cookie = cookie
+ "="
+ escape ("done");
}
//-->

<!-- index page scripting ends here //-->