var button_flashgame="<a onclick='window.top.location=&#34http://www.judobaby.com/minigames.php&#34'><div class='button' id='pcgame_button'><!--<img src=\'/images/template/button_flash_game_small.png\'>--></div></a>";
var button_pcgame="<a onclick='window.top.location=&#34http://www.judobaby.com/InstallPCDemo.exe&#34'><div class='button' id='flash_button'><!--<img src=\'/images/template/button_pc_game_small.png\'>--></div></a>";
var button_ubqb="<a onclick='window.top.location=&#34http://www.judobaby.com/ubqb.php&#34'><div class='button' id='ubqb_button'><!--<img src=\'/images/template/button_ubqb_small.png\'>--></div></a>";
var button_wii="<a onclick='window.top.location=&#34http://www.judobaby.com/consolewii.php&#34'><div class='button' id='wii_button'><!--<img src=\'/images/template/button_wii.png\'>--></div></a>";

function appendToDiv(divId, str){
	document.getElementById(divId).innerHTML += str;
	//resizeFrame();
}function appendToSideBar(str){
	document.getElementById('sideBar').innerHTML += str;
	//resizeFrame();
}
function sideBarEmptyDiv(str){
	document.getElementById('sideBar').innerHTML += "<div style='height:"+str+"px;'></div>";
	//resizeFrame();
}
function clearSideBar(){
	document.getElementById('sideBar').innerHTML = "";
	//resizeFrame();
}
function clearDiv(divId){
	document.getElementById(divId).innerHTML = "";
	//resizeFrame();
}
function changeLinkTo(page){
	window.top.location="http://www.judobaby.com/"+page;
}
