function openwindow(txt,w,h)
{
window.open(txt,'detail_window','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=yes, width='+w+', height='+h+"'");
}

