// screens
		  
		  var thpath = "images/thumbs/screens/";
		  var imgpath = "images/enlarged/screens/";
		  
		  var products =  new Object();
		  
		   
		  products.item1 = new Object();
		  products.item1["id"] = "sc001";
		  products.item1["name"] =  "Screen 1";	  
		  products.item1["thumbpath"] = thpath + "screen1.jpg";
		  products.item1["imgpath"] = imgpath + "screen1.jpg";
		  products.item1["description"] = "";
		  products.item1["width"] = 287;
		  products.item1["height"] = 500;
		  
		  products.item2 = new Object();
		  products.item2["id"] = "sc002";
		  products.item2["name"] =  "Screen 2";	  
		  products.item2["thumbpath"] = thpath + "screen2.jpg";
		  products.item2["imgpath"] = imgpath + "screen2.jpg";
		  products.item2["description"] = "";
		  products.item2["width"] = 308;
		  products.item2["height"] = 500;
		  
		  products.item3 = new Object();
		  products.item3["id"] = "sc003";
		  products.item3["name"] =  "Screen 3";	  
		  products.item3["thumbpath"] = thpath + "screen3.jpg";
		  products.item3["imgpath"] = imgpath + "screen3.jpg";
		  products.item3["description"] = "";
		  products.item3["width"] = 246;
		  products.item3["height"] = 292;		  
		  
		  products.item4 = new Object();
		  products.item4["id"] = "sc004";
		  products.item4["name"] =  "Screen 4";	  
		  products.item4["thumbpath"] = thpath + "screen4.jpg";
		  products.item4["imgpath"] = imgpath + "screen4.jpg";
		  products.item4["description"] = "";
		  products.item4["width"] = 431;
		  products.item4["height"] = 500;
		  
		  products.item5 = new Object();
		  products.item5["id"] = "sc005";
		  products.item5["name"] =  "Screen 5";	  
		  products.item5["thumbpath"] = thpath + "screen5.jpg";
		  products.item5["imgpath"] = imgpath + "screen5.jpg";
		  products.item5["description"] = "";
		  products.item5["width"] = 437;
		  products.item5["height"] = 500;
		  
		  products.item6 = new Object();
		  products.item6["id"] = "sc006";
		  products.item6["name"] =  "Screen 6";	  
		  products.item6["thumbpath"] = thpath + "screen6.jpg";
		  products.item6["imgpath"] = imgpath + "screen6.jpg";
		  products.item6["description"] = "";
		  products.item6["width"] = 302;
		  products.item6["height"] = 500;
		  
		  products.item7 = new Object();
		  products.item7["id"] = "sc007";
		  products.item7["name"] =  "Screen 7";	  
		  products.item7["thumbpath"] = thpath + "screen7.jpg";
		  products.item7["imgpath"] = imgpath + "screen7.jpg";
		  products.item7["description"] = "";
		  products.item7["width"] = 326;
		  products.item7["height"] = 500;
		  
		  