// JavaScript Document

function changer(theThumb,theLightbox){
	document.getElementById('quicklookImage').src = theThumb;
	document.getElementById('quicklookA').href = theLightbox;
	
	}

// JavaScript Document

function changeMain( theMain ){
	document.getElementById('photosMain').src = "images/rooms/main/" + theMain;
	document.getElementById('photosMainA').href = "images/rooms/large/" + theMain;
	
	}