function showme(showurl) { showurl = showurl + ".htm"; window.open (showurl,"newwin","scrollbars=0,titlebar=0,resizeable=1,toolbar=0,menubar=0,width=640,height=480,left=100,top=40"); }