
<!-- 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

<!-- Begin
function emailCheck(emailStr) {
// checks if the e-mail address is valid
var emailPat = /^(\".*\"|[A-Za-z]\w*)@(\[\d{1,3}(\.\d{1,3}){3}]|[A-Za-z]\w*(\.[A-Za-z]\w*)+)$/;
var matchArray = emailStr.match(emailPat);
if (matchArray == null) {
alert("The email address format is incorrect. Please re-enter. (It must contain '@' and a '.')");
return false;
}
// make sure the IP address domain is valid
var IPArray = matchArray[2].match(/^\[(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})\]$/);
if (IPArray != null) {
for (var i=1;i<=4;i++) {
if (IPArray[i]>255) {
alert("IP address domain unvalid !")
return false;
      }
   }
}
return true;
}
//  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 -->
<!-- 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 -->
<!-- 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!</H4>"
else if(Hour <12)
msg ="<H6>Good morning and welcome to our site.</H4>"
else if(Hour < 18)
msg ="<H6>Good Afternoon, we trust you have had a good day so far!</H4>"
else if (Hour < 24)
msg ="<H6>Good Evening. We hope you have had a pleasant day.</H4>"
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 //-->