﻿// JScript File

function Navigate(URL){
	window.document.location.href = URL;
}


