function newWindow(sample)
{
sampleWindow=window.open(sample,'sampleWin','scrollbars=yes,status=yes,width=505,height=250,left=100,top=100')
sampleWindow.self.focus()
}

