var room = new Array();

room[0] =
[
 {
	 title: "saturated",
	 file: "images/choice-01.jpg",
	 width: 375,
	 height: 500,
	 left: "213px",
	 top: "50px"
 }
]

room[1] =
[
 {
	 title: "saturated",
	 file: "images/choice-02.jpg",
	 width: 500,
	 height: 375,
	 left: "150px",
	 top: "80px"
 }
 ]
 
room[2] =
[
 {
	 title: "saturated",
	 file: "images/choice-03.jpg",
	 width: 500,
	 height: 375,
	 left: "150px",
	 top: "80px"
 }
 ]

room[3] =
[
  {
	 title: "saturated",
	 file: "images/choice-05-a.jpg",
	 width: 500,
	 height: 375,
	 left: "150px",
	 top: "80px"
 }
 ]
