function openanewwindow(URL){
newwin=window.open(URL,"newwindow","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=500,height=300");
newwin.focus();
}