function Review_View_All(All_Review, Hash_Code, ID)
{
	thefilename = "<cfoutput>#Variables.ReviewViewAllFilename#</cfoutput>";
	a = thefilename + "?All_Review=" + All_Review + "&Hash_Code=" + Hash_Code + "&ID=" + ID;
	height = screen.availHeight - 200;
	width = screen.availWidth - 200;
	window.open(a,'popup','directories=no,height=' + height + ',location=no,menubar=no,resizable=yes,scrollbars=yes,status=yes,toolbar=no,width=' + width);
}