        <!--

var browserName=navigator.appName; 
var addmytop=0;

if (/Firefox[\/\s](\d+\.\d+)/.test(navigator.userAgent)){ //test for Firefox/x.x or Firefox x.x (ignoring remaining digits);
 var ffversion=new Number(RegExp.$1) // capture x.x portion and store as a number
 if (ffversion>=3)
	{
addmytop=25;
//document.getElementById("abouttable").style.top="50px";
	}
 else if (ffversion>=2)
	{
addmytop=25;
//document.getElementById("abouttable").style.top="50px";
	}
 else if (ffversion>=1)
	{
addmytop=25;
//document.getElementById("abouttable").style.top="50px";
	}
}


 function showDiv(b_id)
  {
    b_id.style.display = b_id.style.display == "none" ? "" : "none"
  }

function scrollmecenter()
{


cleft=screen.width/2.16
ctop=screen.height/2.7428

ctop=ctop+addmytop;

  myleft =2726/2 - cleft;
  mytop = 1627/2 - ctop;


  window.scrollTo(myleft,mytop)
}

window.onload=scrollmecenter;

function moveright(){
	window.scrollTo(0,mytop)
}


function moveleft(){

	window.scrollTo(screen.width*2,mytop)
}


function movedown(){
	window.scrollTo(myleft,screen.height*2)
}


function moveup(){
	window.scrollTo(myleft,0)
}



//menu animation

function res_show(){

   document.contact.src='img/B_contactA.jpg';
   document.contact.width='69';
   document.press.src='img/B_pressA.jpg';
   document.press.width='56';
   document.store.src='img/B_thestoreA.jpg';
   document.store.width='81';
   document.about.src='img/B_aboutusA.jpg';
   document.about.width='75';
   
   document.wedding.src='img/B_white_b.jpg';
   document.wedding.width='15';
   
   document.sum08.src='img/B_white_b.jpg';
   document.sum08.width='15';
   
   document.win07.src='img/B_white_b.jpg';
   document.win07.width='15';
   
   document.sum07.src='img/B_white_b.jpg';
   document.sum07.width='15';
   
   document.win09.src='img/B_white_b.jpg';
   document.win09.width='15';

   document.rafiT.src='img/B_white_b.jpg';
   document.rafiT.width='15';
   
   document.win06.src='img/B_summer06_b.jpg';
   document.win06.width='15';

   document.win08.src='img/B_white_b.jpg';
   document.win08.width='15';

}

function col_show(){

   document.contact.src='img/bg-white.gif';
   document.contact.width='1';
   document.press.src='img/bg-gray.gif';
   document.press.width='1';
   document.store.src='img/B_thestorec.jpg';
   document.store.width='1';
   document.about.src='img/B_aboutusc.jpg';
   document.about.width='1';


   document.wedding.src='img/B_weddingdersses.jpg';
   document.wedding.width='120';
   
   document.sum08.src='img/B_summer08.jpg';
   document.sum08.width='79';
   
   document.win07.src='img/B_winter07.jpg';
   document.win07.width='84';
   
   document.sum07.src='img/B_summer07.jpg';
   document.sum07.width='77';
   
   document.win09.src='img/B_winter09_a.jpg';
   document.win09.width='120';

   document.rafiT.src='img/B_Rafi_a.jpg';
   document.rafiT.width='120';
   
   document.win06.src='img/B_winnter06_a.jpg';
   document.win06.width='80';

   document.win08.src='img/B_winter0809.jpg';
   document.win08.width='100';

}

function info_show(){

res_show()

   document.contact.src='img/B_contactc.jpg';

   document.press.src='img/B_pressc.jpg';

   document.store.src='img/B_thestorec.jpg';

   document.about.src='img/B_aboutusc.jpg';

   
   document.wedding.src='img/bg-white.gif';
   document.wedding.width='1';
   
   document.sum08.src='img/bg-white.gif';
   document.sum08.width='1';
   
   document.win07.src='img/bg-white.gif';
   document.win07.width='1';
   
   document.sum07.src='img/bg-white.gif';
   document.sum07.width='1';
   
   document.win09.src='img/bg-white.gif';
   document.win09.width='1';

   document.rafiT.src='img/bg-white.gif';
   document.rafiT.width='1';
   
   document.win06.src='img/bg-gray2.gif';
   document.win06.width='1'; 

   document.win08.src='img/bg-white.gif';
   document.win08.width='1';   

}



//preload images

    if (document.images)
    {
      preload_image_object = new Image();
      // set image url
      image_url = new Array();
    image_url[0] = "../img/B_aboutusA.jpg";
    image_url[1] = "../img/B_aboutusB.jpg";
    image_url[2] = "../img/B_aboutusC.jpg";
    image_url[3] = "../img/B_aboutusback_a.jpg";
    image_url[4] = "../img/B_aboutusback_b.jpg";
    image_url[5] = "../img/B_contactA.jpg";
    image_url[6] = "../img/B_contactB.jpg";
    image_url[7] = "../img/B_contactC.jpg";
    image_url[8] = "../img/B_contactback_c.jpg";
    image_url[9] = "../img/B_pressA.jpg";
    image_url[10] = "../img/B_pressB.jpg";
    image_url[11] = "../img/B_pressC.jpg";
    image_url[12] = "../img/B_pressback_a.jpg";
    image_url[13] = "../img/B_pressback_b.jpg";
    image_url[14] = "../img/B_summer06_a.jpg";
    image_url[15] = "../img/B_summer06_b.jpg";
    image_url[16] = "../img/B_summer06_c.jpg";
    image_url[17] = "../img/B_summer07.jpg"; 
    image_url[18] = "../img/B_summer08.jpg";
    image_url[19] = "../img/B_thestoreA.jpg";
    image_url[20] = "../img/B_thestoreB.jpg";
    image_url[21] = "../img/B_thestoreC.jpg";
    image_url[22] = "../img/B_thestoreback_a.jpg"; 
    image_url[23] = "../img/B_thestoreback_b.jpg";
    image_url[24] = "../img/B_weddingdersses.jpg";
    image_url[25] = "../img/B_white_b.jpg";
    image_url[26] = "../img/B_white_c.jpg";
    image_url[27] = "../img/B_winnter06_a.jpg";  
    image_url[28] = "../img/B_winnter06_b.jpg";
    image_url[29] = "../img/B_winnter06_c.jpg";
    image_url[30] = "../img/B_winter07.jpg";
    image_url[31] = "../img/collection.jpg";
    image_url[32] = "../img/information.jpg";               

       var i = 0;
       for(i=0; i<=32; i++) 
         preload_image_object.src = image_url[i];
    }    

// COLLECTIONS


function openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
  

              function doSubmit()
              {
              	document.getElementById('contact_error').style.display='none';

               var submitForm=true;
               var name=document.formi.fullname.value;
               var email=document.formi.email.value;


              	if (name=="" || name=="Name")
              	{
              		document.getElementById('contact_error').style.display='';
              		document.formi.fullname.focus()
              		submitForm= false;
              	}

              	if (email=="" || email=="Email")
              	{
              		document.getElementById('contact_error').style.display='';
              		document.formi.email.focus()
              		submitForm= false;
              	}


              	if (submitForm==true)
              	{
              		document.formi.submit();
              	}

              }
function formatname(){
	if (document.formi.fullname.value == "Name") { document.formi.fullname.value=''; }
}

function formatemail(){
	if (document.formi.email.value == "Email") { document.formi.email.value=''; }
}


        //-->