function AlertMessage(){    Shadowbox.open({        player:     'iframe',        content:    'http://www.youtube.com/embed/krMKjeIiDDg?hd=1&autoplay=1&rel=0',        height:     510,        width:      853    });}Shadowbox.init({viewportPadding:"40",counterType:"default", animSequence:"sync", overlayOpacity:".80", overlayColor:"#000000", fadeDuration:".5", resizeDuration:".2", continuous:"true", animate:"false", slideshowDelay:"5", handleOversize:"resize",   language: 'en',    players:  [ 'img', 'html', 'iframe', 'qt']	});function showHideText(boxName,show) {  document.getElementById(show).style.display = "block"; document.getElementById(boxName).style.display = "none";// this resets the check boxes when the main on is deselected.}
