

$(document).ready(function() {
  
		$('#nav').corner();
		
		
});






function goThere(where){
     var dest = where+".html";
if (where=="sales") {
    dest="gallery2";
}
    
   
    
    
    window.location=dest;
}



