function interactive(text) {
	window.document.textRead.SetVariable('jtext', text);
	parent.document.map.SetVariable('node', text);
	//alert(parent.document.id);
}


function newWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}
