/*                         '
          .                 ,
           ~q               4
             #g        '    ]                  ;  ]
              ~#,           ]6         ]    |  f  I
               `0g      q    S         1    '       ]  ]
                 Q&     #    &   /        f   ]  ]  (  I  ]
                  #A    ]   ]2        j  , :  I  I  '     I
                   08  ' 1  iA !d     '  ' '  f  !          |
     _              00   E],K%. !    A  J ]     ]  I  |     '
      ^m_           [0N-"1&Ej  ' !  J' j  !  A  B  f  A  |      '
        ^4p        om@0qMM&Q0N&,c   " ,f ,   !  T  `  1  f         ,
          ^Mq  ]   aGK73MNWMM&#K0  6  ?  $  I  ]  ]  ]   ` ]   $   '
            #&g/AjW0W6x0&0E0#0KQbm#  ^      ?  !  !  [  ]  [   '  j
  - ,       ,#Z60gg8\ Q0N0RNQ#N#00S%,   &  ;   !  8  W  D  !  ;   ` '
     `*w   _*0MNNWT   +Q00000M#0Rg0p       6  +      !  F  '  f  ( ]   /
        9NM0&#A#M@Kt   {K#0&NgR00#M0j  &      &  J  ]   ! ]   '  ' S  ,
     +pN0QKM00NNM&&%-   ~##0M0QM000#' M^  $  K5  T  K  j  !  g  a  f  '
    qBM#M&NN&0M&MM6M9     ^~^#YM0~~  0mMh6$g #  /L| D  Z  0  0  V i  I
    `#000Q#M&80#M#M&-w   ~     \/%- \ r4-&mB\$MsgB$aMgs&g;4rg$,ps_0_,' |
      `#00MM0#8#MNX:r&      -  W  & ^  , {g', zSM8BQR$}E#MW00KD#Q#NBp0M&,,,_,__ 
       /#M0MQ&H&8MN%$ \\    e:W$ "4 '#/~6 M~9?@"07ONg9~?@~+"'^F~-=~*"*%0WM#BG0MM
         #MMM0##EM$:,     QS~&(U&  g  d ]  &    !  `7'  9
       _g@^7MMMMMT& - ) ms%M/~ "   +` 1  ) `  t
       ^   ,mMNH;E$%axN7Q0C~I         +  !    `  '
         _40V^ y 9#WZ!KA+~D   :     1
       aM*^   ,`  &  ^
   _am"~         l         '
  ^              '         Scripting voor Royalsmile.nl
                          (c) 2007 MonTay WebArchitects
                                  www.montay.nl

*/

$(document).ready(function() {
	$.get("/data/token.ajax",function(txt){
		$(".securedForm").append('<input type="hidden" value="'+txt+'" name="ts" />');
	});
	$(function(){	// "active" als class toevoegen aan de actieve link in de navigatie
	   var path = location.pathname.substring(1);
	   if ( path )
		 $('.navRule a[@href$="' + path + '"]').attr('class', 'active');
	 });

	$('#fotoFade').innerfade({
		animationtype: 'fade',
		speed: 2500,
		timeout: 6000,
		type: 'random',
		containerheight: '315px'
	});
});


function overlayOpen(book_id,scrW,bookW,bookH){
				// <![CDATA[
				var fo = new SWFObject("/bookengine/book_"+scrW+".swf", "divje", bookW, bookH, "9", "#ffffff", true);
//				fo.addParam("menu", "false");
				var url = "/bookengine/pagedata333.xml?vars="+book_id+"|"+scrW+"|"+Math.random();
//				alert(url);
				fo.addVariable("XMLfn",url);
				fo.write("divje");
				// ]]>
}
function overlayClose(elem){
//	alert('elem');
//	document.getElementById('closeBtn').click();
	history.go(-1);	// terug naar het overzicht, of terug naar de pagina met de link naar de brochure.
}
