function DownloadFile(file_id,size_id,credits) { if ( confirm('You are currently not logged in.\nDo you wish to go to the Login / Registration page?') ) { window.location = '/login'; } }