function OpenFlashWindow(aURL)
{
	open(aURL,"flashwin","width=840,height=640");
}