// JavaScript Document function bWindow() { newWindow = window.open ("window.html","","menubar=no,toolbar=no,scrollbars=yes,resizable=yes,height=280,width=250"); newWindow.focus(); } function lWindow() { newWindow = window.open ("http://engaging.iserver.net/jayne/newsletter.html","","menubar=no,toolbar=no,scrollbars=yes,resizable=yes,height=265,width=400"); newWindow.focus(); } function cWindow() { newWindow = window.open ("window2.html","","menubar=no,toolbar=no,scrollbars=yes,resizable=yes,height=350,width=520"); newWindow.focus(); } function MM_swapImage() { //v1.1 var i,theObj,j=0,swapArray=new Array,oldArray=document.MM_swapImgData; for (i=0; i < (MM_swapImage.arguments.length-2); i+=3) { theObj = eval(MM_swapImage.arguments[(navigator.appName == 'Netscape')?i:i+1]) if (theObj != null) { swapArray[j++] = theObj; swapArray[j++] = (oldArray==null || oldArray[j-1]!=theObj)?theObj.src:oldArray[j]; theObj.src = MM_swapImage.arguments[i+2]; } } document.MM_swapImgData = swapArray; //used for restore }