// JavaScript Document

function openDocumentByLink(id) {
	window.location = 'index.php?site=download&doclink='+id;	
}
