function ShowFlash(strFileName,StrWidth,strHeight)
{
	document.write ("<embed src='"+strFileName+"' style='width:"+StrWidth+"px; height:"+strHeight+"px' quality='high' type='application/x-shockwave-flash' wmode='transparent'></embed>")
}



function OnShowTab2(nameTab,x)
{
	if(x==1)
	{
		document.getElementById(nameTab).style.display = '';
	}
	else
	{
		document.getElementById(nameTab).style.display = 'none';
	}
}

function pageChange()
{
	jmpPage.submit();
}