function showhide(id){
if (document.getElementById){
obj = document.getElementById(id);
if (obj.style.display == "none"){
obj.style.display = "";
document.getElementById('def').style.visibility="hidden";
} else {
obj.style.display = "none";
document.getElementById('def').style.visibility="visible";
}
}
}


<!-- this is the disable right click code --!>
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")


<!-- open new window for links -->
function OPENWINDOW(page) {
OpenWin = this.open(page, "CtrlWindow", "scrollbars=yes,resizable=yes,height=620,width=820");
}


<!-- Begin
function FOOTER() {
//document.write(' <a class="body2"> ');
//document.write(' © 2005 VALERIE LARSEN PHOTOGRAPHY All Rights Reserved and protected under any and all U.S. and intl copyright laws. <br>Created and Maintained by ');
//document.write(' <a class="sublink" href="http://www.wsinetpartners.com/" OnFocus="this.blur()"> ');
//document.write(' WSI');
//document.write(' </a> ');
///document.write(' <a class="body2"> ');
//document.write(' Internet Consulting and Education ');
}
// End -->


<!-- Begin
function reset() {
document.children.src="images/children_b.jpg";
document.engagements.src="images/engagements_b.jpg";
return true;
}
// End -->
