function show64(toshow)
{
	if (getCookie("debugc") == "ON")
	{
		if (getCookie("bigwin") == "ON")
			chimeWin=window.open(toshow, "chimeWinT",
         "menubar=1,width=800,height=600");

		else
			chimeWin=window.open(toshow, "chimeWinT",
         "menubar=1,width=640,height=480");
	}
	else
	{
		chimeWin=window.open(toshow, "chimeWinT",
			"width=640,height=480");
	}
}
