var room = new Array();

room[0] =
[
 {
	 title: "arrogant vase",
	 file: "images/butt-flower-10.jpg",
	 width: 396,
	 height: 499,
	 left: "200px",
	 top: "50px"
 }
]

room[1] =
[
 {
	 title: "ice-sculpture",
	 file: "images/ice-sculpture.jpg",
	 width: 500,
	 height: 375,
	 left: "150px",
	 top: "80px"
 }
 ]
 
room[2] = 
[
 {
 	title: "cherryglass",
	 file: "images/cherryglass-01.jpg",
	 width: 375,
	 height: 500,
	 left: "213px",
	 top: "50px"
 }	
]

room[3] =
[
  {
	 title: "service-car",
	 file: "images/service-car.jpg",
	 width: 500,
	 height: 375,
	 left: "150px",
	 top: "80px"
 }
 ]
 
 room[4] =
 [
  {
	 title: "trotsky-lily",
	 file: "images/trotsky-lily.jpg",
	 width: 500,
	 height: 375,
	 left: "150px",
	 top: "80px"
 }
 ]
 
 room[5] =
 [
  {
	 title: "coffeelid-shoe",
	 file: "images/coffeelid-shoe-02.jpg",
	 width: 500,
	 height: 375,
	 left: "150px",
	 top: "80px"
 }
 ]
 
  room[6] =
 [
  {
	 title: "club-toilet",
	 file: "images/club-toilet.jpg",
	 width: 500,
	 height: 375,
	 left: "150px",
	 top: "80px"
 }
 ]
 
  room[7] =
 [
  {
	 title: "olives",
	 file: "images/olives.jpg",
	 width: 500,
	 height: 375,
	 left: "150px",
	 top: "80px"
 }
 ]
 
  room[8] =
 [
  {
	 title: "aesthete-mexico",
	 file: "images/aesthete-01.jpg",
	 width: 500,
	 height: 375,
	 left: "150px",
	 top: "80px"
 }
]
