// JavaScript Document
function openTrueeyeWindow (url) {
	window.open (url, "trueeye", "width=780,height=600,scrollbars=1").focus ();
}

