<!-- Functions that are used throughout the site //-->

function SendFile(file) 
{
	window.location = file;
}