function resizeFlashObj(flashId, w, h, w0, h0)
{
	document.getElementById(flashId).style.width = w;
	document.getElementById(flashId).style.height = h;
}
setTimeout("outFrame()", 0);
function outFrame()
{
	if(self.window.location != top.window.location)
	{
		self.parent.location = document.location;
	}
}

