//will pop up window and scroll to the text
function openWindow(url){
	helpwin=window.open(url,"window","width=720,height=480,scrollbar=0,resize=1,left=340,top=30")
	helpwin.focus()
}//function
