function testWin(myform, windowname)
{
if (! window.focus)return true;
window.open('', windowname, 'top=10,left=10,height=300,width=200,location=no,resizable=no,scrollbars=no,status=no');
myform.target=windowname;
return true;
}
