
	function goNew(){ 
				var rem, keep=0, store, obj, switcher=new Array, history=document.Data;
				for (rem=0; rem < (goNew.arguments.length-2); rem+=3) {
					store = goNew.arguments[(navigator.appName == 'Netscape')?rem:rem+1];
					if ((store.indexOf('document.layers[')==0 && document.layers==null) || (store.indexOf('document.all[')==0 && document.all==null))
						store = 'document'+store.substring(store.lastIndexOf('.'),store.length);
					obj = eval(store);
						if (obj != null) {
							switcher[keep++] = obj;
							switcher[keep++] = (history==null || history[keep-1]!=obj)?obj.src:history[keep];
							obj.src = goNew.arguments[rem+2];
						}
					}
				document.Data = switcher;
			} 
			
			function goNormal(){ 
				if (document.Data != null)
					for (var rem=0; rem<(document.Data.length-1); rem+=2)
						document.Data[rem].src=document.Data[rem+1];
			}
			
			
			
			
			function preloadImages() {
				var d=document; if(d.images) {
					if(!d.p) d.p=new Array();
						var i,j=d.p.length,a=preloadImages.arguments;
						for(i=0;
						i<a.length; i++)
					if (a[i].indexOf("#")!=0){ d.p[j]=new Image; d.p[j++].src=a[i];
					}
				}
			}	 
			
				function popupWindowl(pagename) {
window.open('popups/' + (pagename), 'popupwindow', 'width=800,height=600,top=10,left=10,scrollbars=1,resizable=1');
}	 

function popupWindow(pagename) {
window.open('popups/' + (pagename), 'popupwindow', 'width=510,height=400,top=10,left=10,scrollbars=1,resizable=1');
}	 		
					function popupWindow2(pagename) {
window.open('popups/'+(pagename), 'popupwindow', 'width=510,height=400,top=10,left=10,scrollbars=1,resizable=1');
}	 		
function popupSample(){
window.open('trustsample.cfm','sample','width=400,height=600');
}