function clearText(field){

    if (field.defaultValue == field.value) field.value = '';
    else if (field.value == '') field.value = field.defaultValue;

}

function switchFunctionReturn() 
{ 
	jQuery('#products_banner_main').fadeIn('slow'); 
	jQuery('#products_banner_curtains').fadeOut('slow'); 
	jQuery('#products_banner_furniture').fadeOut('slow');  
	jQuery('#products_banner_furnishing').fadeOut('slow');  
	jQuery('#products_banner_carpets').fadeOut('slow');  
	jQuery('#products_banner_wallpapers').fadeOut('slow');  
	jQuery('#products_banner_accessories').fadeOut('slow'); 
}

function switchFunction1() 
{ 
	if (finishedloading){
		jQuery('#products_banner_main').fadeOut('slow'); 
		jQuery('#products_banner_curtains').fadeIn('slow'); 
		jQuery('#products_banner_furniture').fadeOut('slow');  
		jQuery('#products_banner_furnishing').fadeOut('slow');  
		jQuery('#products_banner_carpets').fadeOut('slow');  
		jQuery('#products_banner_wallpapers').fadeOut('slow');  
		jQuery('#products_banner_accessories').fadeOut('slow');}
}	 

function switchFunction2() 
{ 
	if (finishedloading){
		jQuery('#products_banner_main').fadeOut('slow'); 
		jQuery('#products_banner_curtains').fadeOut('slow'); 
		jQuery('#products_banner_furniture').fadeIn('slow');  
		jQuery('#products_banner_furnishing').fadeOut('slow');  
		jQuery('#products_banner_carpets').fadeOut('slow');  
		jQuery('#products_banner_wallpapers').fadeOut('slow');  
		jQuery('#products_banner_accessories').fadeOut('slow'); }
}

function switchFunction3() 
{ 
	if (finishedloading){
		jQuery('#products_banner_main').fadeOut('slow'); 
		jQuery('#products_banner_curtains').fadeOut('slow'); 
		jQuery('#products_banner_furniture').fadeOut('slow');  
		jQuery('#products_banner_furnishing').fadeIn('slow');  
		jQuery('#products_banner_carpets').fadeOut('slow');  
		jQuery('#products_banner_wallpapers').fadeOut('slow');  
		jQuery('#products_banner_accessories').fadeOut('slow'); }
}

function switchFunction4() 
{ 
	if (finishedloading){
		jQuery('#products_banner_main').fadeOut('slow'); 
		jQuery('#products_banner_curtains').fadeOut('slow'); 
		jQuery('#products_banner_furniture').fadeOut('slow');  
		jQuery('#products_banner_furnishing').fadeOut('slow');  
		jQuery('#products_banner_carpets').fadeIn('slow');  
		jQuery('#products_banner_wallpapers').fadeOut('slow');  
		jQuery('#products_banner_accessories').fadeOut('slow'); }
}

function switchFunction5() 
{ 
	if (finishedloading){
		jQuery('#products_banner_main').fadeOut('slow'); 
		jQuery('#products_banner_curtains').fadeOut('slow'); 
		jQuery('#products_banner_furniture').fadeOut('slow');  
		jQuery('#products_banner_furnishing').fadeOut('slow');  
		jQuery('#products_banner_carpets').fadeOut('slow');  
		jQuery('#products_banner_wallpapers').fadeIn('slow');  
		jQuery('#products_banner_accessories').fadeOut('slow'); }
}

function switchFunction6() 
{ 
	if (finishedloading){
		jQuery('#products_banner_main').fadeOut('slow'); 
		jQuery('#products_banner_curtains').fadeOut('slow'); 
		jQuery('#products_banner_furniture').fadeOut('slow');  
		jQuery('#products_banner_furnishing').fadeOut('slow');  
		jQuery('#products_banner_carpets').fadeOut('slow');  
		jQuery('#products_banner_wallpapers').fadeOut('slow');  
		jQuery('#products_banner_accessories').fadeIn('slow'); }
}


jQuery(document).ready(function($) {
  setInterval(update, 500);
});

var finishedloading=false;

function update() {
  jQuery('#products_banner_main').fadeIn(4000); 
  setTimeout("finishedloading=true;",4500);
}



jQuery(document).ready(function($) {
        $('ul#menu-main-menu').superfish(); 
    }); 

//--><!]]>

