function openWindow(Url,Title)
{
	window.open (Url,Title);
}
function MM_openBrWindow(theURL,winName,features) { //v1.2  window.open(theURL,winName,features+',scrollbars=yes');}