function winopen(dest) {

newwin=window.open(dest,"","toolbar=no,location=no,status=no,resizable=yes,width=400,height=390");

}
