function hideBox() {
	document.getElementById('blue-comment-box-frame').style.display='none';
	document.getElementById('leave-comment-button-area').style.display='block';
}

function showBox() {
	document.getElementById('blue-comment-box-frame').style.display='block';
	document.getElementById('leavecommentbacktop').style.display='none';
}

function playMovie(streamUrl) {
    var flashvars = {
        MM_ComponentVersion: "1",
        skinName: "/Clear_Skin_2",
        streamName: streamUrl,
        autoPlay: "true", 
        autoRewind: "false"
    };
    var attributes = {};
    var params = { bgcolor:"#d8d8d8" };

    swfobject.embedSWF("/FLVPlayer_Progressive.swf", "bannerimage", "480", "270", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
}