// setup para el slideshow
var thisURL = document.location.href;
var splitURL = thisURL.split("#");
var photoId = splitURL[1] - 1;
var photoId = (!photoId)? 0 : photoId;
var borderSize = 20;
var photoDir = "images/bocetos/";
var photoArray = new Array(
  
	
	new Array("9.jpg", "661", "500", 'Videoman 4.0'),
	new Array("1.jpg", "262", "400", 'Proyector'),
	new Array("4.jpg", "518", "400", "Modalidades"),
	new Array("3.jpg", "269", "400", "Compu-proyector"),
	new Array("2.jpg", "267", "400", "Plug and Play"),
	new Array("5.jpg", "304", "400","Digargama arnés"),
	new Array("6.jpg", "517", "400", "Videomoto"),
	new Array("7.jpg", "482", "400", "Casco"),
	new Array("8.jpg", "267", "400", "Videoman"),
	new Array("perro.jpeg", "192", "128", "Chamacos"),
	new Array("perro2.jpeg", "192", "128", "Mas Chamacos"),
	new Array("dirigible1.jpg", "650", "744", "Dirigible"),
	new Array("dirigible2.jpg", "620", "827", "Dirigible"),
	new Array("videocoptero.jpeg", "661", "495", "Videocoptero")
	);

var photoNum = photoArray.length;