function showCompatibility( site, file, model )
{
	window.location = "compatibility.aspx?site=" + site + "&f=" + file + "&m=" + model;
}

