<!--
var currentImageNum = 0;
function showVideo(elem){
	var videoDiv = document.getElementById("videoDiv");
	elem.style.display = "none";
	videoDiv.style.display = "inline";
	flowplayer("player", "http://www.cotodecazaliving.com/flash/flowplayer-3.1.4.swf");
}
qs();
// -->
