
function playSound(){
  
}

function openTourWindow(){
	var win= window.open("tour/tour.html","Tourwindow","width=550, height=400");
}