function GetFile(id,type)
{
	window.location="getfile.asp?id=" + id + '&type=' + type
}


