
resize_photos = 'only_to_bigs';     // expects: 'all' or 'only_to_bigs'.
                                    // if resize_photos=='all' the lightbox will resize all photos to display's size.
                                    // if resize_photos=='only_to_bigs' the lightbox will resize only photos that are bigger than display's size to display's size.

timeout_slideshow = 5000;           // expects: an integer. defines the time in milliseconds for switching photos in the slideshow.

/******************************************************
	Oog-Lightbox's XHTML-Code
*******************************************************/

// here is the lightbox's xhtml-code.
// be careful with modifying the code! for help visit: forum.oog-gallery.de

oog_lightbox_xhtml = '<div id="oog_lightbox_overlay"></div>' + 
'<div id="oog_lightbox_loading">' + 
'<br />' + 
'<p>Bild wird geladen... <br /><br />(Dr&uuml;cken Sie ESC zum Abbrechen)</p>' +
'</div>' + 
'<div id="oog_lightbox_main">' +  '<div id="oog_lightbox_link_homepage"></div>' +
'<table id="oog_lightbox_photo_box" border="0" cellPadding="0" cellSpacing="0">' + 
'<tr>' +
'<td id="oog_lightbox_shad_topleft"></td>' +
'<td id="oog_lightbox_shad_top"></td>' +
'<td id="oog_lightbox_shad_topright"></td>' +
'</tr>' +
'<tr>' +
'<td id="oog_lightbox_shad_left"></td>' +
'<th id="oog_lightbox_photo_border">' + 
'<img id="oog_lightbox_photo" border="0" /><div id="imagename"></div>' +
'</th>' +
'<td id="oog_lightbox_shad_right"></td>' +
'</tr>' +
'<tr>' +
'<td id="oog_lightbox_shad_bottomleft"></td>' +
'<td id="oog_lightbox_shad_bottom"></td>' +
'<td id="oog_lightbox_shad_bottomright"></td>' +
'</tr>' +
'<input type="button" onclick="exitlightbox()" id="oog_lightbox_close_but" title="Schliessen | Taste Esc" />' +
'<div id="oog_lightbox_previous_radius" onclick="previous()">' +
'<input type="button" id="oog_lightbox_previous_but" title="Zurück | Taste <-" />' +
'</div>' + 
'<div id="oog_lightbox_next_radius" onclick="next()">' +
'<input type="button" id="oog_lightbox_next_but" title="Weiter | Taste ->" />' +
'</div>' +
'</table>' +
'</div>'
'<div id="oog_lightbox_extrafunctions">' +   
'<input type="button" onmouseover="" class="oog_lightbox_rating_but" title="Rate This Photo - Disgusting" />' +
'<input type="button" onmouseover="" class="oog_lightbox_rating_but" title="Rate This Photo - Bad" />' +
'<input type="button" onmouseover="" class="oog_lightbox_rating_but" title="Rate This Photo - Okay" />' +
'<input type="button" onmouseover="" class="oog_lightbox_rating_but" title="Rate This Photo - Nice" />' +
'<input type="button" onmouseover="" class="oog_lightbox_rating_but" title="Rate This Photo - Perfect" />' +
'<span class="spacer">|</span>' + 
'<input type="button" onclick="comments();" id="oog_lightbox_comments_but" title="Read Or Write Comments" />' +
'<span class="spacer">|</span>' +
'<input type="button" onclick="save();" id="oog_lightbox_save_but" title="Save This Photo To Your PC" />' + 
'<span class="spacer">|</span>' +
'<input type="button" onclick="info();" id="oog_lightbox_info_but" title="Show Exif-Data" />' +
'<span class="spacer">|</span>' +
'<input type="button" onclick="slide();" id="oog_lightbox_slide_but" title="Start Slideshow" />' +
'</div>';
  

