function MM_goToURL(target,url) { document.MM_returnValue = false; var iHeight = 0; var iWidth = 0; var uri = ''; if (parent.innerHeight) { iHeight = parent.window.innerHeight; iWidth = parent.window.innerWidth; fNav = parent.window.frames[nav_frame_name].innerWidth; fTop = parent.window.frames[top_frame_name].innerHeight; } else if (document.documentElement && document.documentElement.clientHeight) { iHeight = parent.document.documentElement.clientHeight; iWidth = parent.document.documentElement.clientWidth; } else if (document.body) { iHeight = parent.document.body.clientHeight; iWidth = parent.document.body.clientWidth; } else doResize = false; if (doResize) uri = '&' + iWidth + '_' + iHeight + '_' + fNav + '_' + fTop; eval(target + ".location='"+url+uri+"'"); }