
function MM_openBrWindow(theURL,winName,features) { //v2.0
  newwindow=window.open(theURL,winName,features);
	if (window.focus) {newwindow.focus()}
}

function changeLocation(theURL)
{
    window.location = theURL;
    return false;
}


