//------------------------------------------------------------------------------
// The source code and other contents of this file are owned by DuoKomp
// company and you are not allowed to use, modify, distribute or make them
// subject to any other action of yours unless you obtain an explicit DuoKomp's
// consent to do so.
//------------------------------------------------------------------------------
// If you need to contact us for any reason, visit www.duokomp.eu.
//-----------------------------------------------------------------------------
var lt_buttons = new Object();

  lt_buttons.start = new Image();
  lt_buttons.offer = new Image();
  lt_buttons.galery = new Image();
  lt_buttons.pricing = new Image();
  lt_buttons.order = new Image();
	lt_buttons.studio = new Image();
  lt_buttons.contactus = new Image();
	lt_buttons.photobook = new Image();
	lt_buttons.photobookprof = new Image();
  
  with (lt_buttons) {
    start.src = 'buttons/start_hi.png';
    pricing.src = 'buttons/pricing_hi.png';
    order.src = 'buttons/order_hi.png';
    contactus.src = 'buttons/contactus_hi.png';
		photobook.src = 'buttons/photobook_hi.png';
		photobookprof.src = 'buttons/photobook_prof_hi.png';
		offer.src = 'buttons/offer_hi.png';
		galery.src = 'buttons/galery_hi.png';
		studio.src = 'buttons/studio_hi.png';
  };
  
      


