Have fun at your child's birthday party WITH him or her. WATCH the t-ball game, dance recital, karate competition.
|
Landscape Images Escape without actually taking a vacation. Enjoy matted and framed photos of scenic areas such as Sedona, AZ and Coronado, CA, and other locations. Specializing in Southwest landscapes.
|
Powered by:
Create Your Memories While I Capture Them.
Fotoes 4 U Kimberly M McKendry
Book your party today! Call or e-mail for availability. See a landscape you like? Make an appointment to see them in person.
|
Capture that special moment!
Family Portraits and Special Events
|
sorry that function is disabled
var isNS = (navigator.appName == "Netscape") ? 1 : 0;
var EnableRightClick = 0;
if(isNS)
document.captureEvents(Event.MOUSEDOWN||Event.MOUSEUP);
function mischandler(){
if(EnableRightClick==1){ return true; }
else {return false; }
}
function mousehandler(e){
if(EnableRightClick==1){ return true; }
var myevent = (isNS) ? e : event;
var eventbutton = (isNS) ? myevent.which : myevent.button;
if((eventbutton==2)||(eventbutton==3)) return false;
}
function keyhandler(e) {
var myevent = (isNS) ? e : window.event;
if (myevent.keyCode==96)
EnableRightClick = 1;
return;
}
document.oncontextmenu = mischandler;
document.onkeypress = keyhandler;
document.onmousedown = mousehandler;
document.onmouseup = mousehandler;
//-->