

if (document.images)
                        {	
crosson = new Image();  
crosson.src = "../../images/nav/cross.gif"; 

t1off = new Image();  
t1off.src = "../../images/photos/portfolio2/thumbs/2-1t.jpg";

t2off = new Image();  
t2off.src = "../../images/photos/portfolio2/thumbs/2-2t.jpg";

t3off = new Image();  
t3off.src = "../../images/photos/portfolio2/thumbs/2-3t.jpg";

t4off = new Image();  
t4off.src = "../../images/photos/portfolio2/thumbs/2-4t.jpg";

t5off = new Image();  
t5off.src = "../../images/photos/portfolio2/thumbs/2-5t.jpg";

t6off = new Image();  
t6off.src = "../../images/photos/portfolio2/thumbs/2-6t.jpg";

t7off = new Image();  
t7off.src = "../../images/photos/portfolio2/thumbs/2-7t.jpg";

t8off = new Image();  
t8off.src = "../../images/photos/portfolio2/thumbs/2-8t.jpg";

t9off = new Image();  
t9off.src = "../../images/photos/portfolio2/thumbs/2-9t.jpg";

t10off = new Image();  
t10off.src = "../../images/photos/portfolio2/thumbs/2-10t.jpg";

t11off = new Image();  
t11off.src = "../../images/photos/portfolio2/thumbs/2-11t.jpg";

t12off = new Image();  
t12off.src = "../../images/photos/portfolio2/thumbs/2-12t.jpg";

img01on = new Image();  
img01on.src = "../../images/photos/portfolio2/images/2-1.jpg";

img02on = new Image();  
img02on.src = "../../images/photos/portfolio2/images/2-2.jpg";

img03on = new Image();  
img03on.src = "../../images/photos/portfolio2/images/2-3.jpg";

img04on = new Image();  
img04on.src = "../../images/photos/portfolio2/images/2-4.jpg";

img05on = new Image();  
img05on.src = "../../images/photos/portfolio2/images/2-5.jpg";

img06on = new Image();  
img06on.src = "../../images/photos/portfolio2/images/2-6.jpg";

img07on = new Image();  
img07on.src = "../../images/photos/portfolio2/images/2-7.jpg";

img08on = new Image();  
img08on.src = "../../images/photos/portfolio2/images/2-8.jpg";

img09on = new Image();  
img09on.src = "../../images/photos/portfolio2/images/2-9.jpg";

img10on = new Image();  
img10on.src = "../../images/photos/portfolio2/images/2-10.jpg";

img11on = new Image();  
img11on.src = "../../images/photos/portfolio2/images/2-11.jpg";

img12on = new Image();  
img12on.src = "../../images/photos/portfolio2/images/2-12.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");
									}
                                }
                        }

