
var newwindow = '';
function showSite(val){
        
var mySites=new Array()
mySites[0] = 'http://www.verticalventuresinc.com';
mySites[1] = 'http://www.montanachess.org';
mySites[2] = 'http://www.vizij.com/htg/buck.php';
mySites[3] = 'http://www.gradewell.org';
mySites[4] = 'http://www.kirsopfarm.com';
mySites[5] = 'http://brown.osd.wednet.edu';

if (!newwindow.closed && newwindow.location){
	newwindow.location.href = mySites[val];
} else {
	var parms = "'toolbar=no,status=no,navigator=no,scrollbars=yes,resizable=yes,width=780,height=500,top=30,left=0'";
	newwindow=window.open(mySites[val],'name',parms);
	if (!newwindow.opener) newwindow.opener = self;
}
if (window.focus) {newwindow.focus()}
return;
}
var myimage=new Array()
myimage[0]="<img src=\"home.gif\">";
myimage[1]="<img src=\"tech.gif\">";
myimage[2]="<img src=\"sites.gif\">";




var mycontent=new Array()
mycontent[0]="<p>Web design and archicture should merge seemlessly to create a site that is both pleasing to the eye and functional.</p><p>Vizij Designs can create an end-to-end solution to fit your needs.</p><p>I have designed websites and databases for companies with over 100,000 people, as well as for those with only one.  No job is too large or small.</p><p>Contact me for more information; I can help.</p><p>[ design&#64;vizij&#46com ]</p>";
mycontent[1]="<p>By integrating multiple technologies I can create dynamic, content driven applications and websites.  Part of the recipe includes the following pieces: <ul> <li><span class=\"b\">PHP:</span> a powerful native web scripting technology with some object-oriented capabilities.</li><li> <span class=\"b\">JavaScript:</span> indespensible as it offers client site scripting and has a wide range of functionality.</li><li><span class=\"b\">HTML/CSS:</span> the nuts and bolts of web page design. </li><li>  <span class=\"b\">Databases:</span> the critical component of data driven web sites.</li><li><span class=\"b\">Graphic Design:</span> the face or expression of a website; countenance; visage; vizij</ul><br>";
mycontent[2]="<div id=\"shade\"><p>Some of my recent work: <table cellspacing=4><tr><td><a class='sites' href=\"javascript:showSite(3);\"><img name=\"bt\" src=\"sites/gw.jpg\" border=0></a></td><td>A web based gradebook for teachers K-16.  Full featured and free to use.<br><br> <a class=\"sites\" href=\"javascript:showSite(3);\">Gradewell</a></td></tr><tr><td><a class='sites' href=\"javascript:showSite(5);\"><img name=\"bt\" src=\"sites/lpb.jpg\" border=0></a></td><td>An elementary school website.<br><br> <a class=\"sites\" href=\"javascript:showSite(5);\">L.P. Brown Elementary</a></td></tr><tr><td><a class='sites' href=\"javascript:showSite(4);\"><img name=\"v2\" src=\"sites/kirsop.jpg\" border=0></a></td><td>Local farm website with news and photo management utility. <br><br> <a class=\"sites\" href=\"javascript:showSite(4);\">Local Farm</a></td></tr><tr><td><a class='sites' href=\"javascript:showSite(0);\"><img name=\"v2\" src=\"sites/v2.jpg\" border=0></a></td><td>Outdoor Guide and Adventure Service: Experience the outdoors with Vertical Ventures <br><br> <a class=\"sites\" href=\"javascript:showSite(0);\">Outdoor Adventure</a></td></tr><tr><td><a class=\"sites\" href=\"javascript:showSite(1);\" border=1><img name=\"mca\" src=\"sites/mca-on.gif\" border=0></a></td><td>Montana Chess Association: User created tournaments & events, rideshare, calendar, game viewer, club info etc.<br><br> <a class=\"sites\" href=\"javascript:showSite(1);\">Montana Chess Association<\/a><\/td><\/tr> <tr><td><a class=\"sites\" href=\"javascript:showSite(2);\" ><img name='htg' src=\"sites/htg-on.gif\" border=0></a></td><td>Buck Harbor Technologies: New menu, logo design, user interface<br><br> <a class=\"sites\" href=\"javascript:showSite(2);\" >Buck Harbor Technologies</a></td></tr></table> <p class=\"b sbw\">Private corporate data driven web sites also designed and created for JPMorgan Chase, Unilever, Bristol-Myers Squibb, Baxter, SCE, Concur Technologies, and Mellon Bank.</p></div>";       

function alterContent(i){
	//if IE 4+
	if (document.all) {
			btext.innerHTML=mycontent[i];
			subhead.innerHTML=myimage[i];
	} else if (document.getElementById) {
			document.getElementById("btext").innerHTML = mycontent[i];
			document.getElementById("subhead").innerHTML = myimage[i];
	}
}

function showLabel(d){
	document.getElementById(d).style.display = "block"; 
}
function hideLabel(d){
	document.getElementById(d).style.display = "none"; 
}