if (document.images){pic1on = new Image();  pic1on.src = "../../images/about/about_01.jpg";pic2on = new Image();  pic2on.src = "../../images/about/about_02.jpg";pic3on = new Image();  pic3on.src = "../../images/about/about_03.jpg";                        }                function imageSwap()                        {                        if (document.images)                                {									for (var Count=0; Count < imageSwap.arguments.length; Count++){										swap=imageSwap.arguments[Count];										destinationName=swap.substring(0,swap.indexOf(":"))	;										sourceName=swap.substring(swap.indexOf(":")+1,swap.length);										                                        document[destinationName].src = eval(sourceName + ".src");									}                                }                        }