function flash_open(width,height,version,path,language)
{
	window.open("/active/flash_check.php?version="+version+"&path="+path+"&width="+width+"&height="+height+"&language="+language,"","width="+width+",height="+height);
}
