function playvideo(video) {
	if(video == 1) {
		document.getElementById('video').innerHTML = '<iframe width="335" height="203" src="http://www.youtube.com/v/bxFFak3tuzM&autoplay=1" frameborder="0" allowfullscreen></iframe>';
	} else {
		document.getElementById('video2').innerHTML = '<iframe width="335" height="203" src="http://www.youtube.com/v/HHWfwbcLg-Y&autoplay=1" frameborder="0" allowfullscreen></iframe>';
	}
}


function playsmlvideo(video) {
	if(video == 1) {
		document.getElementById('videosml').innerHTML = '<iframe width="179" height="108" src="http://www.youtube.com/v/bxFFak3tuzM&autoplay=1" frameborder="0" allowfullscreen></iframe>';
	} else {
		document.getElementById('videosml2').innerHTML = '<iframe width="179" height="108" src="http://www.youtube.com/v/HHWfwbcLg-Y&autoplay=1" frameborder="0" allowfullscreen></iframe>';
	}
}
