 if(document.images)
    {
      imagemap_default = new Image();
      imagemap_default.src = 'menu/menu.jpg';
      imagemap_1 = new Image();
      imagemap_1.src = 'menu/overview.jpg';
         imagemap_2 = new Image();
      imagemap_2.src = 'menu/characters.jpg';
         imagemap_3 = new Image();
      imagemap_3.src = 'menu/specials.jpg';
         imagemap_4 = new Image();
      imagemap_4.src = 'menu/advices.jpg';
         imagemap_5 = new Image();
      imagemap_5.src = 'menu/home.jpg';
         imagemap_6 = new Image();
         }

    function rollOver(iName,iState)
    {
      if(document.images)
      {
        document.images[iName].src = eval(iName + '_' + iState + '.src');
      }
    }
	
	 Tablica=new Array();
Tablica[0]="1. When it comes to your work wardrobe, you should find there many versatile parts of clothes which combined in different ways always will look stylish. <img src='images/pedzelek_advices.png' class='floatleft'> Every woman should have trousers, a skirt and a jacket in a neutral colour like   black, grey or beige. Few white blouses will also be needed as well as some t-shirts in trendy colors. Match a classic bag and you are ready to go to work!";
Tablica[1]="2. Each season has its own rules. Unquestionable Fall&Winter's must-haves are:<br> - skinny jeans and high-wasted pants<br> - lacy dresses and tops<br> - clothes and accessories with floral ornaments<br> - tops, bags and shoes in deep tone of purple <br>or grey<br> - purple nail polish<br> - a fringe scarf and plaid ";
Tablica[2]="3. Too much of everything is never a good thing. You shouldn't try to wear as many trendy accessories and clothes as you can. You have to be very careful, because often there is a thin line between style and kitsch.<br> Your outfit should be matching - you can make a chosen detail more visible, for example a bag in a  bright colour, a scarf with an ornament or original shoes.";
Tablica[3]="4. Runway look: retro style comes back! <br>Retro style is again in vogue, so there are many leather handbags from the 40s, 'bell jeans', big sunglasses, florals and funky jackets in the streets. And don't forget to wear some extravagant hat - it will give a classy feeling to your look.";
Tablica[4]="5. Each woman should have a sexy pair of stilettos. This season you must have a leather pair in dark purple, blue, black or brown.<br> A fashion hit which matches high-heel shoes perfectly are leg warmers. They are not only for warming your legs, but they look classy and trendy with jeans or a skirt. There are many colors to choose so each woman will find a pair for her.";
Tablica[5]="6. You don't have to look kitschy when wearing different patterns and textures. The truth is that opposites really attract when you combine them with a fashion sense. You can mix spring florals with wintry plaids or leather with lace and sequins in the same color family.<br> Choose some extra accessories, high-heels and a bag and you are ready for a great party.";
Tablica[6]="7. Shopping mistakes happen to every woman, but if you remember about some simple rules, you will avoid buying not fitting clothes.<br> - Don't buy any clothes that are not flattering to your frame even if they are very trendy. - Take your friend for a shopping - she always will tell whether a cloth suits you. - Don't buy something you don't need just because it's a great occasion.<br> - Buy items that fit your style and make you feel good when wearing them.";


a=0;
function changeText1(){
a=a+1;
if (a==7) a=0;
       document.getElementById('slide').innerHTML = Tablica[a];
       
       
}
function changeText2(){
a=a-1;
if (a==-1) a=6;
       document.getElementById('slide').innerHTML = Tablica[a];
       
       
       
}
        
		
		
