
{
// this is main navigation 
button1 = new Image;
button1.src = "images/nav/home.gif";

button2 = new Image;
button2.src = "images/nav/services.gif";

button3 = new Image;
button3.src = "images/nav/gallery.gif";

button4 = new Image;
button4.src = "images/nav/contact.gif";
// end of main navigation

// this is main navigation rollover
button1on = new Image;
button1on.src = "images/nav/home_roll.gif";

button2on = new Image;
button2on.src = "images/nav/services_roll.gif";

button3on = new Image;
button3on.src = "images/nav/gallery_roll.gif";

button4on = new Image;
button4on.src = "images/nav/contact_roll.gif";
// end of main navigation rollover



// this is services 
button10 = new Image;
button10.src = "images/subnav/services_fullservice.gif";

button11 = new Image;
button11.src = "images/subnav/services_freelance.gif";

button12 = new Image;
button12.src = "images/subnav/services_onsite.gif";

button13 = new Image;
button13.src = "images/subnav/services_video.gif";
// end of service navigation

// this is service rollover
button10on = new Image;
button10on.src = "images/subnav/services_fullservice_roll.gif";

button11on = new Image;
button11on.src = "images/subnav/services_freelance_roll.gif";

button12on = new Image;
button12on.src = "images/subnav/services_onsite_roll.gif";

button13on = new Image;
button13on.src = "images/subnav/services_video_roll.gif";
// end of service rollover



// this is home 
button15 = new Image;
button15.src = "images/subnav/home_bio.gif";

button15on = new Image;
button15on.src = "images/subnav/home_bio_roll.gif";

button16 = new Image;
button16.src = "images/subnav/home_company.gif";

button16on = new Image;
button16on.src = "images/subnav/home_company_roll.gif";
// end of home



// this is gallery 
button20 = new Image;
button20.src = "images/subnav/gallery.gif";

button21 = new Image;
button21.src = "images/subnav/gallery_press.gif";

button22 = new Image;
button22.src = "images/subnav/gallery_clientlist.gif";
// end of gallery navigation

// this is gallery rollover
button20on = new Image;
button20on.src = "images/subnav/gallery_roll.gif";

button21on = new Image;
button21on.src = "images/subnav/gallery_press_roll.gif";

button22on = new Image;
button22on.src = "images/subnav/gallery_clientlist_roll.gif";
// end of gallery rollover


button30 = new Image;
button30.src = "images/gallery/orange-arrow.gif";

button30on = new Image;
button30on.src = "images/gallery/brown-arrow.gif";

button31 = new Image;
button31.src = "images/gallery/orange-arrow-left.gif";

button31on = new Image;
button31on.src = "images/gallery/brown-arrow-left.gif";


button32 = new Image;
button32.src = "images/facebook.gif";

button32on = new Image;
button32on.src = "images/facebook-roll.png";

button33 = new Image;
button33.src = "images/facebook-white.gif";

button33on = new Image;
button33on.src = "images/facebook-roll.png";


button34 = new Image;
button34.src = "images/like-us-small.gif";

button34on = new Image;
button34on.src = "images/like-us-roll.png";

button35 = new Image;
button35.src = "images/like-us-smallwhite.gif";

button35on = new Image;
button35on.src = "images/like-us-roll.png";


button36 = new Image;
button36.src = "images/join-us.gif";

button36on = new Image;
button36on.src = "images/join-us-roll.gif";

button37 = new Image;
button37.src = "images/like-us.gif";

button37on = new Image;
button37on.src = "images/like-us-roll.gif";




}
function imageChange(imageID,imageName,imageID2,imageName2) { 

{
document.images[imageID].src = eval(imageName + ".src");
}

}


// contact
function info(){
  var asdfadsg = 'in' + 'fo'; asdfadsg += '@'; asdfadsg += 'blevine' + 'p' + 'roductions.c' + 'om';
  document.write( '<A HREF="mai' + 'lt' + 'o:' + asdfadsg + '"'); 
  document.write( '>' + asdfadsg + '</A>' );
}





//Disable right mouse click Script
//By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
//For full source code, visit http://www.dynamicdrive.com

var message="Copyrighted materials by B. Levine Productions.";

///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")





