function currentcontent(urlString) {
newWin = window.open(urlString,"currentcontent","scrollbars=yes,width=900,height=500,left=50,top=10,resizable=yes,location=yes,toolbar=yes,status=yes")
newWin.focus()
}

