function changePages(updown,loadinURL) {
parent.location.href;
document.write('<head><title>What\'s New</title></head><frameset rows="160,*" frameborder="0" framespacing="0"><frame src="' + updown + 'whatnews/newsheader.html" name="header" noresize><frame src="' + loadinURL + '" name="loadin" noresize></frameset>');
}
