
function openURL(url) {
	
	windowName = 'GITC';
        gitcWin = window.open(url, windowName);
   
}
