// JavaScript Document

// Pop Up code for the copyright statement link

function popUp(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=600,height=300');");
}

function PopupLeft(sURL, iWidth, iHeight){
  var nWindow= window.open(sURL, 'PopupLeft', 'toolbar=0,location=1,status=0,scrollbars=1,resizable=1,directories=0,menubar=0,width=' + iWidth + ',height=' + iHeight );
 nWindow.focus()

}