var room = new Array();

room[0] =
[
 {
	 title: "o-o-o",
	 file: "images/shorts-01.jpg",
	 width: 400,
	 height: 267,
	 left: "150px",
	 top: "60px"
 },

]

room[1] =
[
  {
	 title: "shorts",
	 file: "images/shorts-02.jpg",
	 width: 200,
	 height: 150,
	 left: "40px",
	 top: "60px"
 },
 {
	 title: "shorts",
	 file: "images/hotpant-650488.jpg",
	 width: 200,
	 height: 150,
	 left: "40px",
	 top: "60px"
 },
 {
	 title: "shorts",
	 file: "images/shorts-02.jpg",
	 width: 200,
	 height: 150,
	 left: "40px",
	 top: "60px"
 },
]


room[2] =
[ 
 {
	 title: "shorts",
	 file: "images/hotpant-a-650488.jpg",
	 width: 300,
	 height: 267,
	 left: "40px",
	 top: "30px"
 },

 {
	 title: "shorts",
	 file: "images/hotpant-b-650488.jpg",
	 width: 300,
	 height: 267,
	 left: "40px",
	 top: "30px"
 }
]

room[3] =
[
 {
	 title: "balloons",
	 file: "images/balloons-400267.jpg",
	 width: 400,
	 height: 267,
	 left: "140px",
	 top: "50px"
 }
]

room[4] =
[
 {
	 title: "balloon",
	 file: "images/balloon-400267.jpg",
	 width: 400,
	 height: 267,
	 left: "140px",
	 top: "50px"
 }
]


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

room[6] =
[
 {
	 title: "tableofobjects",
	 file: "images/object-tableinstall.jpg",
	 width: 400,
	 height: 267,
	 left: "140px",
	 top: "50px"
 }
]

/***********************************************************************/
//                        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"
// }
	

