function OuvreFenetre(oPage,oLargeur,oHauteur,options) 
{
	var top=(screen.height-oHauteur)/40;
	var left=(screen.width-oLargeur)/40;
	window.open(oPage,"","top="+top+",left="+left+",width="+oLargeur+",height="+oHauteur+","+options);
}

function DisplayInfo(LinkName)
{
	alert('If you have choosen to work from the CD, please select the open window with the Excel file and select '+LinkName+'\n\nIf you have choosen to save the Excel file to your desktop, please open it and select '+LinkName);
}
