function openwind() {
windown = window.open ("registration2.htm", "windown", "width=450,height=350,scrollbars=0,status=0,toolbar=0,resizable=0,location=0,directories=0,hotkeys=0");
}
function winimg(name) {
windowimg = window.open (name, "windowimg", "width=800,height=400,scrollbars=0,status=0,toolbar=0,resizable=0,location=0,directories=0,hotkeys=0");
}
