
function openWin(name) {
window.open(name,"NewWin","toolbar=no,status=no,scrollbars=yes,width=500, height=450")
}

