
function opentour(x, w, h) {
	var gallery = window.open(x,"Hirons","menubar=no,toolbar=yes,location=no,directories=no,status=no,resizable=yes,scrollbars=yes,width="+w+",height="+h+"")
}	