function showscr(URL, features) { 
Show = window.open(URL, "", features);
Show.focus();
 }
