function demoSuperSolitaire()
{
	window.open("./pages/demos/Solitaire_Applet_Demo.php", "_blank", "width=350,height=600,directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no");
}

function displayPCVideo()
{
	var e = document.getElementById("pc_video");
	e.innerHTML = '<iframe width="560" height="349" src="http://www.youtube.com/embed/uQgFdi2Ja8I?rel=0&autoplay=1" frameborder="0"></iframe>';
}

function hidePCVideo()
{
	var e = document.getElementById("pc_video");
	e.innerHTML = "<a href='#pcvideo' onclick='displayPCVideo();'><img src='./images/games/pc_video_preview.png' width='560' height='349' alt='Plum Crazy Youtube Video Preview'></a>";
}

function displayPCVideoiCade()
{
	var e = document.getElementById("pc_video_icade");
	e.innerHTML = '<iframe width="560" height="349" src="http://www.youtube.com/embed/nsEFTglyzIY?rel=0&autoplay=1" frameborder="0"></iframe>';
}

function hidePCVideoiCade()
{
	var e = document.getElementById("pc_video_icade");
	e.innerHTML = "<a href='#pcvideo' onclick='displayPCVideoiCade();'><img src='./images/games/pc_video_icade_preview.png' width='560' height='349' alt='Plum Crazy iCade Youtube Video Preview'></a>";
}
