// JavaScript Document

function openUrl(path){
winopen = window.open(path, "newsub", "scrollbars, height=" + screen.availHeight + ", width=" + screen.availWidth)
winopen.focus()
}
