
	adImages = "Animations/HomeWelcome.gif"
	adURL = "aboutUs.htm"	
	
	adImagesOn = "Images/Home00.gif"
	adURLOn = "aboutUs.htm"

	adImagesHide = "Images/Home00.gif"
	adURLHide = "aboutUs.htm"



	function rollHome()	 {

var LayOut = '<a href = '+adURL+'><IMG SRC = '+adImages+'  onMouseOut = "HomeOn()"  border="0"></a>'
var info = '<table  width="165" height="188" border="0" cellspacing="0" cellpadding="0"><tr><td align = "center" valign = "middle" norap>'+LayOut+'</td></tr></table>'



	if (document.layers) {
		document.HomeOn.visibility="hidden"							
		document.Home.visibility="visible"
		document.Home.document.write(info)
		document.Home.document.close()
		
	}
	
	if (document.all) {
		document.all.HomeOn.style.visibility="hidden"	
		document.all.Home.style.visibility="visible"		
	  	document.all.Home.innerHTML = info
		
  }
  	
	}
	
function HomeOn() {


var LayOutOn = '<a href = '+adURLOn+'><IMG SRC = '+adImagesOn+' onMouseOver ="rollHome()"  border="0"></a>'
var infoOn = '<table  width="165" height="188" border="0" cellspacing="0" cellpadding="0"><tr><td align = "center" valign = "middle" norap>'+LayOutOn+'</td></tr></table>'



	if (document.layers) {
		document.Home.visibility="hidden"							
		document.HomeOn.visibility="visible"
		document.HomeOn.document.write(infoOn)
		document.HomeOn.document.close()
		
	}
	
	if (document.all) {
		document.all.Home.style.visibility="hidden"	
		document.all.HomeOn.style.visibility="visible"		
	  	document.all.HomeOn.innerHTML = infoOn
		
  }
  	
	}
	

	

	
//----------------------------------------------------------------------------------------



    Keyword = new Object();
    Address = new Object();



<!-- This is where you build your database. All keyword arrays must be written in lower case letters. -->
<!-- Keyword[0] = number of arrays that can be searched -->
Keyword[0] = 36

Keyword[1] = "IntegraWiz"
Address[1] = "default.asp"

Keyword[2] = "home"
Address[2] = "default.asp"

Keyword[3] = "main"
Address[3] = "default.asp"

Keyword[4] = "main page"
Address[4] = "default.asp"

Keyword[5] = "windows"
Address[5] = "windows.asp"

Keyword[6] = "win"
Address[6] = "windows.asp"

Keyword[7] = "work"
Address[7] = "WorkSamples.asp"

Keyword[8] = "Work samples"
Address[8] = "WorkSamples.asp"

Keyword[9] = "service"
Address[9] = "WorkSamples.asp"

Keyword[10] = "cd"
Address[10] = "CDDesign.asp"

Keyword[11] = "design"
Address[11] = "CDDesign.asp"

Keyword[12] = "cd design"
Address[12] = "CDDesign.asp"


Keyword[13] = "administration"
Address[13] = "administration.asp"

Keyword[14] = "management"
Address[14] = "administration.asp"

Keyword[15] = "web master"
Address[15] = "administration.asp"

Keyword[16] = "privacy"
Address[16] = "PrivacyPolicy.htm"

Keyword[17] = "administration only"
Address[17] = "administration.asp"

Keyword[18] = "Banner"
Address[18] = "WorkSamples.asp"

Keyword[19] = "Animation"
Address[19] = "WorkSamples.asp"

Keyword[20] = "Graphics"
Address[20] = "WorkSamples.asp"

Keyword[21] = "Discloser"
Address[21] = "LegalDisclaimer.htm"

Keyword[22] = "examples"
Address[22] = "WorkSamples.asp"

Keyword[23] = "samples"
Address[23] = "WorkSamples.asp"

Keyword[24] = "contact"
Address[24] = "contact.asp"

Keyword[25] = "email"
Address[25] = "contact.asp"

Keyword[26] = "message"
Address[26] = "contact.asp"

Keyword[27] = "email form"
Address[27] = "contact.asp"

Keyword[28] = "order form"
Address[28] = "contact.asp"

Keyword[29] = "order"
Address[29] = "contact.htm"

Keyword[30] = "rates"
Address[30] = "contact.asp"

Keyword[31] = "details"
Address[31] = "contact.asp"

Keyword[32] = "contact form"
Address[32] = "contact.asp"

Keyword[33] = "prise"
Address[33] = "contact.asp"

Keyword[34] = "about us"
Address[34] = "default.asp"

Keyword[35] = "company"
Address[35] = "default.asp"

Keyword[36] = "web design"
Address[36] = "WebDesign.asp"

Keyword[36] = "home page"
Address[36] = "default.asp"

<!-- search function and results message box code starts -->

function SearchSite() {

      		var found = false
      		var searchWord = document.entry.entry.value.toLowerCase();


        
for (var i=1; i <= Keyword[0]; i++) {
  	
		if(searchWord == Keyword[i]) {
		found = true;
document.location.href = Address[i]
        }
      }

      if(!found)
//alert("Sorry, Site Search could not find any keywords to match the above. Please try again.")
	document.location.href = "Sorry.asp"

     }
	 
//----------------------------------------------------------------------------------------	 
var Wide = screen.width;
var Height = screen.height;

var leftposition = 423
var topposition= 13

//	adImages = new Array("Animations/Beginner/Beginner00.gif","Animations/Beginner/Beginner00.gif","Animations/Beginner/Beginner00.gif","Animations/Beginner/Beginner00.gif","Animations/Beginner/Beginner00.gif","Animations/Beginner/Beginner00.gif","Animations/Beginner/Beginner01.gif","Animations/Beginner/Beginner02.gif","Animations/Beginner/Beginner03.gif","Animations/Beginner/Beginner04.gif","Animations/Beginner/Beginner05.gif","Animations/Beginner/Beginner06.gif","Animations/Beginner/Beginner06.gif","Animations/Beginner/Beginner06.gif","Animations/Beginner/Beginner06.gif","Animations/Beginner/Beginner06.gif","Animations/Beginner/Beginner05.gif","Animations/Beginner/Beginner04.gif","Animations/Beginner/Beginner03.gif","Animations/Beginner/Beginner03.gif","Animations/Beginner/Beginner01.gif")
	adImages = new Array("Animations/AAFirst.gif","Animations/AASecond.gif","Animations/AAThird.gif")
	
	adStyle = new Array("border: 2px solid #666666","border: 2px solid #0066FF","border: 2px solid #990033")
	thisAd = 0
	imgCt = adImages.length
	


	function roll()	 {

var LayOut = '<IMG SRC = '+adImages[thisAd]+' name = "adBanner" border="0">'
var info = '<table  width="165" height="57" border="0" cellspacing="0" cellpadding="0"><tr><td align = "center" valign = "middle" norap><font color = "#FF6600" face = "Times new Roman" size = "+1">'+LayOut+'</font></td></tr></table>'
	

	if (document.layers) {
	
			
				thisAd++
				 if (thisAd == imgCt) {
					thisAd = 0
				}	
				
//		document.Banner.left=leftposition
//		document.Banner.top=topposition
		document.Banner.document.write(info)
		document.Banner.document.close()
	}
	
	if (document.all) {
	
			
				thisAd++
				 if (thisAd == imgCt) {
					thisAd = 0
				}	
//	document.all.banner.style.posLeft=leftposition
//	document.all.banner.style.posTop=topposition	
  	document.all.Banner.innerHTML = info
  }

		  	setTimeout("roll()", 5000)

	}
//----------------------------------------------------------------------------------------
	MainImages = new Array("Animations/AAData00.gif","Animations/AAData00.gif","Animations/AAData00.gif","Animations/AAData00.gif","Animations/AAData00.gif","Animations/AAData00.gif","Animations/AAData00.gif", "Animations/AAVisual00.gif","Animations/AAVisual00.gif","Animations/AAVisual00.gif","Animations/AAVisual01.gif","Animations/AAVisual02.gif","Animations/AAVisual03.gif","Animations/AAVisual04.gif","Animations/AAVisual05.gif","Animations/AAVisual06.gif","Animations/AAVisual07.gif","Animations/AAVisual07.gif","Animations/AAVisual07.gif","Animations/AAVisual07.gif","Animations/AAVisual07.gif","Animations/AAVisual07.gif","Animations/AAVisual07.gif","Animations/AAInfo00.gif","Animations/AAInfo00.gif","Animations/AAInfo00.gif","Animations/AAInfo00.gif","Animations/AAInfo00.gif","Animations/AAInfo00.gif","Animations/AAInfo00.gif","Animations/AAInfo00.gif","Animations/AAIdea00.gif","Animations/AAIdea01.gif","Animations/AAIdea00.gif","Animations/AAIdea01.gif","Animations/AAIdea00.gif","Animations/AAIdea01.gif","Animations/AAIdea00.gif",
	"Animations/AAIdea01.gif","Animations/AAIdea00.gif","Animations/AAIdea01.gif","Animations/AADesign00.gif","Animations/AADesign00.gif","Animations/AADesign00.gif","Animations/AADesign00.gif","Animations/AADesign00.gif","Animations/AADesign00.gif","Animations/AADesign00.gif","Animations/AADesign00.gif","Animations/AADesign00.gif")
	thisMain = 0
	MainCt = MainImages.length

	function rotateMain() {
		if (document.images) {
			thisMain++
			if (thisMain == MainCt) {
				thisMain = 0
			}
			document.MainBanner.src=MainImages[thisMain]
		  	setTimeout("rotateMain()", 300)
	  	}
	}

		 
//----------------------------------------------------------------------------------------
	LogoImages = new Array("Animations/Integra_00.gif","Animations/Integra_01.gif","Animations/Integra_02.gif","Animations/Integra_03.gif","Animations/Integra_02.gif","Animations/Integra_01.gif")
	thisLogo = 0
	LogoCt = LogoImages.length

	function rotateLogo() {
		if (document.images) {
			thisLogo++
			if (thisLogo == LogoCt) {
				thisLogo = 0
			}
			document.Logo.src=LogoImages[thisLogo]
		  	setTimeout("rotateLogo()", 300)
	  	}
	}

//-----------------------------------------------------------------------

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_showHideLayers() { //v6.0

  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-------------------------------------------------------------------------------------------------------


function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}


function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}


//-------------------------------------------------------------------------------------------------------
function hideLoad(){
//document.write('<div id="load" style="position:absolute; width:100%; height:100%; z-index:14; left: 0px; top: 0px; background-color: #000000; layer-background-color: #000000; border: 1px none #000000;"> <table width="100%" height="400" border="0" cellpadding="0" cellspacing="0"><tr><td align="center" valign="middle"><img src="animations/animaload.gif"></td></tr></table></div>')
timer = setTimeout("MM_showHideLayers('loading','','hide')",3000)
return false

}
//-------------------------------------------------------------------------------------------------------

function stoperror(){
return true
}
window.onerror=stoperror

//-------------------------------------------------------------------------------------------------------
function ResetEmail()
{
document.addMessage.from.value = "";
}		 
//----------------------------------------------------------------------------------------
function ResetText()
{
document.addMessage.message.value = "";
document.addMessage.counter.value = "0";
document.getElementById('counter').innerHTML.value = "0";
}		
//---------------------------------------------------------------------------------------
function SetCounter() {
document.addMessage.counter.value=document.addMessage.message.value.length;
}
//---------------------------------------------------------------------------------------
var name = "VisitorID";
function GetCookie () {
  var arg = name + "=";
  var alen = arg.length;
  var clen = document.cookie.length;
  var i = 0;
  while (i < clen) {
    var j = i + alen;
    if (document.cookie.substring(i, j) == arg)
      return getCookieVal (j);
    i = document.cookie.indexOf(" ", i) + 1;
    if (i == 0) break;
  }
  return null;
}
//-----------------------------------------------------------------------------------------
function CheckCookie (url) 
{
if (GetCookie() == "1959andrjusha1959")
{
document.location.href = url;
}else
document.location.href = "Construction.htm";
}
//--------------------------------------------------------------------------------------------
