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

