document.domain = "panda-star.com";

function show(showContent)
{	
	showDiv("floatDiv",showContent,event);	
}

function show2(showContent)
{	
	showDiv("floatDiv",showContent,event);	
}

function reset(content)
{
	showDiv("floatDiv",content,event,null,1);
}

function close()
{	
	closeDiv("floatDiv");
}

function move(left,top)
{	
	document.all.floatDiv.style.posLeft += left;	
	document.all.floatDiv.style.posTop += top;
}

 function smallFLV(url)
{
	smallFlvDIV.location = url;
	
}

