var room = new Array();

room[0] =
[
 {
	 title: "tableofobjects",
	 file: "images/object-tableinstall.jpg",
	 width: 450,
	 height: 333,
	 left: "125px",
	 top: "80px"
 }
]

room[1] =
[
 {
	 title: "dog",
	 file: "images/dog-object.jpg",
	 width: 267,
	 height: 200,
	 left: "65px",
	 top: "140px"
 },
 
 {
 	title: "teabag",
	 file: "images/teabag-detail.jpg",
	 width: 267,
	 height: 200,
	 left: "100px",
	 top: "140px"
 }	
]

room[2] =
[
  {
	 title: "chandelier",
	 file: "images/chandelier.png",
	 width: 350,
	 height: 350,
	 left: "170px",
	 top: "70px"
 }
 ]
 
 /*room[3] =
 [
  {
	 title: "dog",
	 file: "images/dog-object.jpg",
	 width: 267,
	 height: 200,
	 left: "65px",
	 top: "140px"
 },
 
 {
 	title: "teabag",
	 file: "images/teabag-detail.jpg",
	 width: 267,
	 height: 200,
	 left: "100px",
	 top: "140px"
 }	
 ]
 */	

/***********************************************************************/
//                        Alternative format                     
/***********************************************************************/

// var room = new Array();


// room[0] = new Array();
// room[0][0] =
// {
// 	title: "balloon",
// 	file: "images/01-balloon.jpg",
// 	width: 400,
// 	height: 267,
// 	left: "10px",
// 	top: "10px"
// }

// room[0][1] =
// {
// 	 title: "shorts",
// 	 file: "images/02-shorts.jpg",
// 	 width: 400,
// 	 height: 267,
// 	 left: "300px",
// 	 top: "300px"
// }


// room[1] = new Array();
// room[1][0] =
// {
// 	title: "balloons",
// 	file: "images/03-balloons.jpg",
// 	width: 400,
// 	height: 267,
// 	left: "100px",
// 	top: "10px"
// }
	

