function OpenWin(strURL)
{
var w = window.open(strURL,'', 'height=800,width=900,menubar=no,resizable=yes,scrollbars=yes');
w.focus();
}
