//////////////////////// Start Customizable ///////////////////////////////////
var page_name	= "Triple Power November";	//
var img_page_max= 4;			// max number of images per frame 
var img_max 	= 29;			// max number of images 
var img_prefix 	= "tpnov";		// name previx 
var img_border  = 0;			// enable border for images
var page_color 	= "BLACK";		// page background color 
var page_font	= "WHITE";		//
var page_link	= "BLUE";		//
var page_img 	= ""; 			// backgroud image 
var img_server	= "";
var thumb_pos	= "left";		// or set to bottom/right/left
var cust_text   = new Array(img_max);   // text for each photo
var cust_text_top = new Array(img_max);   // text for each photo (on top)
// cust_text[0] = "text 123 <BR>";
// ...
// cust_text[img_max - 1] = "text 123 <BR>";

// links to jump to each page of thumbnails
// var page_links          = 1;    // set to 0 to remove
// var open_image          = 0;    // set to 1 to enable new window with image
// var top_nav             = 1;    // set to 0 to remove
// var top_nav_style       = 0;    // 0 use links for next/prev/slides
                                   // 1 use buttons for next/prev/slides
                                   // 2 use gif for next/prev/slides

// var post_txt = "<BR><A TARGET='new' HREF='http://www.giamma.com'>Giamma's Website</A>"

//////////////////////// End Customizable ///////////////////////////////////

var img_start	= 1;			// start from number 
var img_dir	= "images/";		// directory where images are 
var img_type 	= "jpg";		// type of images 

// DO NOT CHANGE
var W		= 640;			//
var H		= 480;			//

var img_res	= 0;			// set to 1 if you want to resize
var img_w	= W/1.20;		//
var img_h	= H/1.20;		//
var img_flip 	= "";			// - separated list of pix
					// that need to be flipped

var thumb_exist = 1;			// set to 1 if thumbnails exist 
var thumb_dir	= "thumb/";		// assumes it's under image_dir 
var thumb_type 	= "jpg";		// type of thumb images 

var thumb_res	= 0;			// set to 1 if you want to resize
var thumb_w	= W/5;			//
var thumb_h	= H/5;			//

var thumb_cols	= 190;			// 135 with top or bottom
					// 175 with right or left
