function textpopup(theURL) {  
winProp = 'width=1014,height=780,left=10,top=10,scrollbars=1,resizable'
Win = window.open(theURL, 'Text', winProp)
if (parseInt(navigator.appVersion) >= 4) { Win.window.focus(); }
}
