function Change_Page(page)
{
	Ajax.send("ajax.php", "POST", function(){if(Ajax.xmlHttp.readyState==4) document.getElementById('content').innerHTML = Ajax.xmlHttp.responseText}, {'page':page});
}
function Show_Show(id,video)
{
	Ajax.send("shows_ajax.php", "POST", function(){if(Ajax.xmlHttp.readyState==4){ document.getElementById('content').innerHTML = Ajax.xmlHttp.responseText;s1.addVariable("file",video);s1.write("container");}}, {'id':id,'act':'show_show'});
}
function Change_Video(video)
{
	var s1 = new SWFObject("mediaplayer.swf","mediaplayer","320","238","8");
	s1.addParam("allowfullscreen","true");
	s1.addVariable("width","320");
	s1.addVariable("height","238");
    s1.addVariable("autostart","true");
	s1.addVariable("file",video);
	s1.write("big");
}
function Swip_Page(page)
{	
}

