

var pops=null;
function openNew()
{
pops=open("twirskh.html", "clipWin", "width=400, height=350");
}

=