function shownow(toopen)
{ 
window.open(toopen,"mywin","toolbar=NO,menubar=NO,scrollbars=NO,resizable=NO")
}
