
window.defaultStatus='D e s i g n S p l i c e . c o m  :  w e b  d e s i g n  &  d e v e l o p m e n t';

onStaff=new Image();		
onStaff.src="images/staffOn.gif";
offStaff=new Image();		
offStaff.src="images/staff.gif";
onMore=new Image();		
onMore.src="images/moreOn.gif";
offMore=new Image();		
offMore.src="images/more.gif";
onServices=new Image();		
onServices.src="images/servicesOn.gif";
offServices=new Image();		
offServices.src="images/services.gif";
onPortfolio=new Image();		
onPortfolio.src="images/portfolioOn.gif";
offPortfolio=new Image();		
offPortfolio.src="images/portfolio.gif";
onArrowBack=new Image();		
onArrowBack.src="images/arrowBackOn.gif";
offArrowBack=new Image();		
offArrowBack.src="images/arrowBack.gif";

var begin="<p class=text>"
var beginHead="<p class=head>"
var beginHead2="<p class=head2>"
var end="</p>"

var linkEmail = "Mailing Address: P.O. Box 771618, Ocala, Florida 34477-1618. * Offices: Ocala and Crystal River, Florida.<br>Telephone: not provided to general public. <i>Thank you for your interest in our services.</i> "

var linkStaff="We've been helping businesses with their computer needs since 1990. We have years of experience in computer-based training and Internet applications. We also have education, certification and experience in web development. We bring it all together to design specifically for your needs, whether that's communicating to your customers or to others in your field."

var linkMore="The sites we create are easily transferable and easy to change: designed for today and for tomorrow. Designed with a focus on your customer. That means we don’t expect your customer to install add-ons. We don’t re-direct your customer to a download site. We can do that because we have highly skilled programmers. Better, we can do that at a competitive price."

var linkServices="Whether you’re starting from scratch or working from a pre-existing design, we can execute your requirements. We'll give you a site that is fast, coherent, compatible and functional. Plus, it will have artistic integrity and at a competitive rate."

var linkPortfolio="Examples of website work for which we had total design responsibility, from concept through completion."

var linkReturn="Returns to introduction. If you are looking for particular information, view the site map."

var linkSiteMap=""

var textIndex="<font class=title>Empower & extend your business...&nbsp;&nbsp;&nbsp;</font><nobr>customized web designs<img class=box src=images/box.gif></nobr><nobr>e-commerce<img class=box src=images/box.gif></nobr><nobr>site editing<img class=box src=images/box.gif></nobr><nobr>site management<img class=box src=images/box.gif></nobr><nobr>graphics editing<img class=box src=images/box.gif></nobr><nobr>database design<img class=box src=images/box.gif></nobr><nobr>digital imaging<img class=box src=images/box.gif></nobr><nobr>specializing in the medical industries</nobr>"
	
var linktext=new Array()
linktext[0]=begin+linkStaff+end
linktext[1]=begin+linkMore+end
linktext[2]=begin+linkServices+end
linktext[3]=begin+linkPortfolio+end
linktext[4]=begin+linkEmail+end
linktext[5]=begin+linkReturn+end
linktext[6]=begin+linkSiteMap+end
linktext[7]=beginHead+textIndex+end
linktext[8]=beginHead2+linkStaff+end
linktext[10]=beginHead2+linkMore+end
linktext[20]=beginHead2+linkServices+end
linktext[30]=beginHead2+linkPortfolio+end


var ns6=document.getElementById&&!document.all
var ie=document.all

function show_text(thetext, whichdiv){
	if (ie) eval("document.all."+whichdiv).innerHTML=linktext[thetext]
	else if (ns6) document.getElementById(whichdiv).innerHTML=linktext[thetext] 
	}

thebrowser=navigator.appName;
theversion=parseInt(navigator.appVersion);

if ((thebrowser=="Netscape")&&(theversion==5)){
		mybrowser="N5";
		}
 if ((thebrowser=="Netscape")&&(theversion==4)){
		mybrowser="N4";
		}
if ((thebrowser=="Microsoft Internet Explorer")&&(theversion==4)){
		mybrowser="IE4";
		}
	

function load(){		
		onStaff=new Image();		
		onStaff.src="images/staffOn.gif";
		offStaff=new Image();		
		offStaff.src="images/staff.gif";
		onMore=new Image();		
		onMore.src="images/moreOn.gif";
		offMore=new Image();		
		offMore.src="images/more.gif";
		onServices=new Image();		
		onServices.src="images/servicesOn.gif";
		offServices=new Image();		
		offServices.src="images/services.gif";
		onPortfolio=new Image();		
		onPortfolio.src="images/portfolioOn.gif";
		offPortfolio=new Image();		
		offPortfolio.src="images/portfolio.gif";
		onArrowBack=new Image();		
		onArrowBack.src="images/arrowBackOn.gif";
		offArrowBack=new Image();		
		offArrowBack.src="images/arrowBack.gif";
}

function rollon(imgname){ImgOn=eval("on"+imgname+".src");
		document[imgname].src=ImgOn;}

function rolloff(imgname){ImgOff=eval("off"+imgname+".src");
		document[imgname].src=ImgOff;}

<!-- 	BEGIN POP OPEN SCRIPT -->
var windowW=500 // wide
var windowH=500 // high
var windowX=0 // from left
var windowY=0 // from top

var urlPop = "default.html"

var title =  "Sample Site"

// set this to true if the popup should close
// upon leaving the launching page; else, false
var autoclose = true

// do not edit below this line
s = "width="+windowW+",height="+windowH;
var beIE = document.all?true:false

function openFrameless(urlPop) {
if (beIE) {
NFW = window.open("","popFrameless","fullscreen,"+s);
NFW.blur();
window.focus();
NFW.resizeTo(windowW,windowH);
NFW.moveTo(windowX,windowY);
var frameString=""+
"<html>"+
"<head>"+
"<title>"+title+"</title>"+
"</head>"+
"<frameset rows='*,0' framespacing=0 border=0 frameborder=0>"+
"<frame name='top' src='"+urlPop+"' scrolling=auto>"+
"<frame name='bottom' src='about:blank' scrolling='no'>"+
"</frameset>"+
"</html>";
NFW.document.open();
NFW.document.write(frameString);
NFW.document.close();
}
else {
NFW = window.open(urlPop,"popFrameless","scrollbars,"+s);
NFW.blur();
window.focus();
NFW.resizeTo(windowW,windowH);
NFW.moveTo(windowX,windowY);
}
NFW.focus();
if (autoclose) {
window.onunload = function(){NFW.close();}
   }
}
<!-- END POP OPEN SCRIPT -->

function closeWin()  {
	top.window.close();
	}
