function iframechange(mainname){
content = location.search.substring(1);
if (content==""){content="home"}
url = content + '.html';
window.open(url, mainname);
}
