Multiple images with transition

I'm sure this question is answered somewhere, but I don't know what to search on... here's what I'm trying to do... I want to have a series of small pictures cycle through in the same location with a transition of some sort (wife likes the dissolve)... I had the automated Gif thing working, but the wife wants transitions... I created a movie but then you have to start it (don't know how to loop and autostart... then what do the non quicktime folks do?)... even created a flash with Keynote (but the transitions didn't export)... All thoughts or samples are welcome... I thought something like this was going to be easy and it probably is, I'm not experienced enough with iWeb...
Thanks
JR
Mini Mac & 20in iMactel   Mac OS X (10.4.6)  

I hope this will make sense for you.
Log on to your iDisk. Navigate to the iWeb folder. Open up the Sites folder. Find your web site and open that folder. In there you'll find a folder called 'yourpagename files'
Open that. find yourpagename.js. Open that with Text Edit. You'll see something like this for your embedded movie.
document.write('<object id="id4" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="632" height="95" style="height: 95px; left: 8px; position: absolute; top: 31px; width: 632px; z-index: 1; "><param name="src" value="Home_files/RedKnotWebTitleQT.mov" /><param name="controller" value="false" /><param name="autoplay" value="true" /><param name="scale" value="tofit" /><param name="volume" value="100" /><param name="loop" value="true" /><embed pluginspage="http://www.apple.com/quicktime/download/" type="video/quicktime" class="mov" width="632" height="95" src="Home_files/RedKnotWebTitleQT.mov" controller="false" autoplay="true" scale="tofit" volume="100" loop="true"></embed></object>');
Change both controller values to "false"
And both autoplay and loop values to "true".
Then save. When you go to your site(after emptying cache on your browser), you'll see your movie playing automatically, looping over and over and with no controller showing.
Good luck!

Similar Messages

  • Bridge CS4 won't output to pdf multiple images with same filename

    Hiya...my googling efforts have thus far failed!
    I've got CS4, and in Bridge, I created a New Smart Collection to find all filenames in a folder containing "." or ".jpg" - which in turn searched through all the subfolders like what you used to be able to do in Photoshop CS3.  Very simple stuff, but all the images are jpg's, but in multiple folders (I don't want to move them out of the folders, as the files came from an external source, and there are heaps of folders, and I don't want to pdf each subfolder seperately as it will take forever).
    The problem is that some of the files have the same filenames (again I'd prefer not to rename, as it happens a lot on this project, and they are all over the place).  So whilst Bridge will show the thumbnail images correctly in the content tabbed screen in my New Smart Collection, but once I've done the Output to PDF thing, for example, instead of showing both different images it has pdf only the first image but repeated it twice.  And this happens multiple times throughout the pdf, the more times the same filename is used, the more times the first image gets repeated.
    I know that it is messy to have multiple similar filenames, but why can't bridge just place the image anyway?  It allocated a space for it on the pdf and does show it in bridge, it just doesn't seem to survive the transfer to pdf well.
    The only other thing that I have done is use the below link (which was posted on another adobe forum thread) to create a custom pdf output template (nothing too fancy, just number of rows / columns, size, font etc).  But I've tried using the standard bridge templates and it does the same thing.
    http://www.proficiografik.com/2009/08/03/save-custom-pdf-output-template-in-adobe-bridge-c s4.html
    Any help would be appreciated...even if to tell me that I am being unreasonable!
    UPDATE 16/11/09
    Just to let you know that I seem to have resolved the bug inadvertently with one of the Adobe updates. The below is the link for the AdobeOutputModule-2.1-mul-AdobeUpdate.zip which was released on 2/19/2009 - which allows for headers & footers to be placed in the Ouput pdf. I finally installed it today, and everything seems to be working fine now (i.e. I can pdf multiple images with the same filenames and the pdf will actually show each different image rather than repeating only 1 of the images).
    Must have been a fix installed in the contact sheet templates that get installed with the update - not sure why the original version was corrupted, but I've left that with the Adobe guys (I submitted a bug report - and they were able to replicate the problem but hadn't fixed it as yet).
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4228
    Message was edited by: djtun71 (16/11/09)

    When I click import from disc I am asked to choose a disc and then I get this message:
    The following photos will not be imported because they are already present in the catalog. To see these photos in the catalog select 'Show in Library' (the import will be canceled).
    This is followed by a long list of images. If I click 'Show in Library' I can see all the images with the same filename. And then they start to automatically write over those images with images from the disc. However they keep the same metadata and keywords from the previous images. If I click on Import and deselect the "don't reimport suspected duplicates" box, it imports only the images that don't share filenames and none of the images that do.
    Is there a way of setting the "Don't reimport suspected duplicates" box in preferences?

  • How to move multiple clips with transitions?

    Im still transitioning from FCP7 to FCP 10.1.2 and can't believe I have missed the lesson that explains how to move multiple clips with transitions.
    Up till now I have tried several work arounds including deleting all the transitions then using the (P) Position tool to move the clips from the primary track to some track above it then re adding all the transitions.  This is a function I do on a daily basis.  Am I missing something?  Please help!
    Thank you

    With some further investigation, the transitions have nothing to do with my problem.  In my case there was a tiny “Black gap slug” within the group that was preventing me from being able set it on top of another group of clips or gap someplace.  But even with the gap removed… I can move the clips on top of another group but the transitions stay behind on the primary (Magnetic)
    In the screen shot you can see what happens when I move a group out of the primary (magnetic) timeline onto a gap.  All the transitions get left behind. 
    Ive notices that Cutting and pasting will only paste the sequence some other place on the primary (magnetic) timeline for me.
    An example of why I would want to put a cropped/ resized group on top of another group is to do picture in picture effects or if I wanted to create a background behind a set of adjusted clips.

  • Loading images with transitions

    Hi,
    trying to have slideshowish thing, loading images with transitions.
    I have this code for first image, what I need to load next images...?
    import fl.transitions.Tween;
    import fl.transitions.TweenEvent;
    import fl.transitions.easing.*;
    import flash.events.*;
    var curTween:Tween = new Tween(1_mc, "alpha", Strong.easeOut, 100, 0, 3, true);
    curTween.addEventListener(TweenEvent.MOTION_FINISH, fadeBackIn);
    function fadeBackIn(event:TweenEvent) {
         var nxtTween:Tween = new Tween(1_mc, "alpha", Strong.easeIn, 0, 100, 3, true);

    i'm not sure that makes sense.  you're fading out 1_mc and then fading it back in.
    normally you would fade out a previous image and fade in the next image.

  • Editing MULTIPLE images with lightroom 2 corrections in CS3

    Does anyone know how to send multiple images with LR2 corrections to CS3
    for further editing? If I select multiple images in LR2 and click photo/edit in/photoshop cs3 only one image opens in photoshop. If I could send more than one image at a time it would greatly speed up my workflow.
    Thanks

    It works for me when I highlight multiple images, right-click on one of them, choose edit in Photoshop. If this isn't working for you, is it possible that your Photoshop screen mode is such that you have to switch images using the Window option on the menu?

  • Multiple Images with a Loader

    I am trying to load and display multiples images with a Loader, one after another. The program only displays the last image to be loaded and added to the stage. What is wrong? Here is my code..
    ---START OF CODE---------------------------------------
    import flash.events.MouseEvent; //Package needed for mouse events
    btnGenerate.addEventListener(MouseEvent.MOUSE_DOWN, buttonPressed); //Button click listener
    chkSeal.addEventListener(MouseEvent.MOUSE_DOWN, chkTriggered); //Check box click listener
    //If the check box is toggled, switch to 8 or 9 max characters
    function chkTriggered(event:MouseEvent):void
         if (chkSeal.selected == false)
              txtInput.maxChars = 8;
         else
         txtInput.maxChars = 9;
    function buttonPressed(event:MouseEvent):void
         var pictureLoader:Loader = new Loader(); //Picture loading variable
         var plateText:String = txtInput.text; //Plate text string
         var filename:String; //Filename for each character's associated picture
         var currentX:int = 10; //Current x position
         var i:int; //Counter to use in for loop
         plateText = plateText.toUpperCase(); //Convert plate text to upper case
         //For every character in the sequence
         for(i = 0 ; i < txtInput.length ; i++)
              filename = "/Numbers and Letters/" + plateText.charAt(i) + ".png"; //Generate filename
              pictureLoader.load(new URLRequest(filename)); //Load the picture
              addChild(pictureLoader); //Add picture to the stage
              pictureLoader.x = currentX; //Move picture into position
              pictureLoader.y = 366; //Constant y position for all images
              currentX = currentX + 52; //Increase the current x (by the size of the images)
         txtInput.text = "Done!"; //Display done in the text box
    -------------END OF CODE----------------------------

    You appear to only have one Loader instance working for you.  A Loader can only hold one load at a time.  Try creating new Loaders within the loop.

  • Multiple images with same filename

    I have a very large library of images on DVD and I want to make a database of the entire library in Lightroom. I do not rename my images from my camera so it's not uncommon for me to have multiple images on different discs with the same filename. I'm finding when I try to import these images into lightroom they write over the existing images that share the filename. Is there a way to work around this? I assumed the different EXIF data would be enough for the program to realize that it was dealing with two different images, but that doesn't seem to be the case.
    In a possibly related issue, I've found some images that have the wrong filename in lightroom (different from the filename on the original disc). What's up with that?
    I've been working for weeks trying to create this database. It's huge already and I've barely scratched the surface of my entire collection. Currently I'm over 22,000 images and I suspect I'll be over 300,000 when all is said and done. I need to resolve this or all those hours of work will have been for naught. Help!
    Thanks,
    Steven

    When I click import from disc I am asked to choose a disc and then I get this message:
    The following photos will not be imported because they are already present in the catalog. To see these photos in the catalog select 'Show in Library' (the import will be canceled).
    This is followed by a long list of images. If I click 'Show in Library' I can see all the images with the same filename. And then they start to automatically write over those images with images from the disc. However they keep the same metadata and keywords from the previous images. If I click on Import and deselect the "don't reimport suspected duplicates" box, it imports only the images that don't share filenames and none of the images that do.
    Is there a way of setting the "Don't reimport suspected duplicates" box in preferences?

  • Multiple images with same filename-how does iphoto deal?

    I recently lost a several pictures from iphoto on my imac running snow leopard. I have tried multiple things with the guidance of a senior advisor from apple, but the pictures are not retrievable. I have multiple backups for many, but I lost about 20 images. Naturally, I am a bit paranoid now about the stability of the remaining photos in my 66gb library, so have made multiple backups of the entire library and plan to migrate to aperture 3 with a vault.
    It just struck me though, that because we use multiple cameras with the same canon file naming scheme, I have several instances where I have multiple photos with the same filename. Is this potentially a problem, or because the EXIF info is different for each one, am I okay? If this is a problem, do any of you have any remedies? I plan on adjusting the naming scheme on our cameras for the future.
    Thanks in advance!

    To add to Terence's reply: the only time you might run into a problem is when you might try exporting photos with the same file name to the same folder on the HD. If that were they case you could batch rename the photo's titles with Photos->Batch Change->Titles to Text with the option to add a sequential number at the end of the file name, i.e. Text - 001.jpg, etc.
    Another alternative would be to upload each new shoot to a folder on the desktop and rename them with a renaming app likeName Mangler or Renamer4Mac . I rename them with the date taken and a brief description: 2009-05-10-MomsDayBalboaPark-001.JPG. You also could add an identifier to the description to tell which camera it came from.
    This method will avoid any name conflict down the line and make it easy to identify photos as to their general content when used outside of iPhoto. I've found that a little extra effort up front has saved me a lot of problems on down the line.

  • Multiple images with same filename-how does aperture deal?

    I recently lost a several pictures from iphoto on my imac running snow leopard. I have tried multiple things with the guidance of a senior advisor from apple, but the pictures are not retrievable. I have multiple backups for many, but I lost about 20 images. Naturally, I am a bit paranoid now about the stability of the remaining photos in my 66gb library, so have made multiple backups of the entire library and plan to migrate to aperture 3 with a vault.
    It just struck me though, that because we use multiple cameras with the same canon file naming scheme, I have several instances where I have multiple photos with the same filename. Is this potentially a problem, or because the EXIF info is different for each one, am I okay? If this is a problem, do any of you have any remedies? I plan on adjusting the naming scheme on our cameras for the future.
    Thanks in advance!

    The same filename isn't an issue, and no, it won't consider them duplicates, unless you try importing them into the same project.

  • Trying to create a surface  with multiple images with mouse events

    novice programmer (for a applet program)
    hi trying to create a surface i.e jpanel, canvas, that allows multiple images to be created.
    Each object is to contain a image(icon) and a name associated with that particular image. Then each image+label has a mouse event that allows the item to be dragged around the screen.
    I have tried creating own class that contains a image and string but I having problems.
    I know i can create a labels with icons but having major problems adding mouse events to allow each newly created label object to moved by the users mouse?
    if any one has any tips of how to acheive this it would be much appreciated. Thanks in advance.
    fraser.

    This should set you on the right track:- import java.awt.*;
        import java.awt.event.*;
        import javax.swing.*;
        public class DragTwoSquares extends JApplet implements MouseListener, MouseMotionListener {  
           int x1, y1;   // Coords of top-left corner of the red square.
           int x2, y2;   // Coords of top-left corner of the blue square.
           /* Some variables used during dragging */
           boolean dragging;      // Set to true when a drag is in progress.
           boolean dragRedSquare; // True if red square is being dragged, false                              //    if blue square is being dragged.                            
           int offsetX, offsetY;  // Offset of mouse-click coordinates from
                                  //   top-left corner of the square that was                           //   clicked.
           JPanel drawSurface;    // This is the panel on which the actual
                                  // drawing is done.  It is used as the
                                  // content pane of the applet.  It actually                      // belongs to an anonymous class which is
                                  // defined in place in the init() method.
            public void init() {
                 // Initialize the applet by putting the squares in a
                 // starting position and creating the drawing surface
                 // and installing it as the content pane of the applet.
              x1 = 10;  // Set up initial positions of the squares.
              y1 = 10;
              x2 = 50;
              y2 = 10;
              drawSurface = new JPanel() {
                        // This anonymous inner class defines the drawing
                        // surface for the applet.
                    public void paintComponent(Graphics g) {
                           // Draw the two squares and a black frame
                           // around the panel.
                       super.paintComponent(g);  // Fill with background color.
                       g.setColor(Color.red);
                       g.fillRect(x1, y1, 30, 30);
                       g.setColor(Color.blue);
                       g.fillRect(x2, y2, 30, 30);
                       g.setColor(Color.black);
                       g.drawRect(0,0,getSize().width-1,getSize().height-1);
              drawSurface.setBackground(Color.white);
              drawSurface.addMouseListener(this);
              drawSurface.addMouseMotionListener(this);
              setContentPane(drawSurface);
           } // end init();
           public void mousePressed(MouseEvent evt) {
                  // Respond when the user presses the mouse on the panel.
                  // Check which square the user clicked, if any, and start
                  // dragging that square.
              if (dragging)  // Exit if a drag is already in progress.
                 return;           
              int x = evt.getX();  // Location where user clicked.
              int y = evt.getY();        
              if (x >= x2 && x < x2+30 && y >= y2 && y < y2+30) {
                     // It's the blue square (which should be checked first,
                     // since it's in front of the red square.)
                 dragging = true;
                 dragRedSquare = false;
                 offsetX = x - x2;  // Distance from corner of square to (x,y).
                 offsetY = y - y2;
              else if (x >= x1 && x < x1+30 && y >= y1 && y < y1+30) {
                     // It's the red square.
                 dragging = true;
                 dragRedSquare = true;
                 offsetX = x - x1;  // Distance from corner of square to (x,y).
                 offsetY = y - y1;
           public void mouseReleased(MouseEvent evt) {
                  // Dragging stops when user releases the mouse button.
               dragging = false;
           public void mouseDragged(MouseEvent evt) {
                   // Respond when the user drags the mouse.  If a square is
                   // not being dragged, then exit. Otherwise, change the position
                   // of the square that is being dragged to match the position
                   // of the mouse.  Note that the corner of the square is placed
                   // in the same position with respect to the mouse that it had
                   // when the user started dragging it.
               if (dragging == false)
                 return;
               int x = evt.getX();
               int y = evt.getY();
               if (dragRedSquare) {  // Move the red square.
                  x1 = x - offsetX;
                  y1 = y - offsetY;
               else {   // Move the blue square.
                  x2 = x - offsetX;
                  y2 = y - offsetY;
               drawSurface.repaint();
           public void mouseMoved(MouseEvent evt) { }
           public void mouseClicked(MouseEvent evt) { }
           public void mouseEntered(MouseEvent evt) { }
           public void mouseExited(MouseEvent evt) { }  
        } // end class

  • How to Watermark multiple images with different dimensions in Photoshop ?

    Is there any way that I can place a watermark on the right bottom of multiple images, no matter what dimension the images are? I have tried using Photoshop Scripts > image processor, but it works only for images of same dimension. I want to put watermark on multiple images of different dimensions. This is the output i got.
    For the first image the watermark got placed correctly, but for the second image watermark got distracted. As you can clearly see the dimensions are different. Please suggest me some solution.

    Open an image to watermark. We must have this open before we start recording an action or else it will keep opening this image and watermarking it over and over again.
    In Photoshop go to Windows >> Actions
    At the bottom of the Actions Palette you will see a little folder icon, click on it and create a new folder to hold you action in.
    Once you have a folder to hold your action we need to hit the Create New Action button (next to the new folder Icon we just used.)
    Give our new action a name and set a function key (if required.)
    If the record button is not already depressed which it should be by default, hit it now to start recording our action. (located near the folder icon again but this time to the left)
    Now that our action is recording go to File >> Place
    When the dialog box comes up navigate to your previously created watermark file.
    Hit the Place button
    Position the watermark as you would normally have it (default is dead center) and hit enter.
    Go to File >> Save as,navigate to where you want your watermarked images to finish up and hit save. DO NOT CHANGE THE FILE NAME if you do when you play the batch it will name all the files it saves the same over-writing each other.
    Close the image we just watermarked.
    when a save dialog comes up do not save the image.
    On the Actions Palette hit stop recording.
    Our Action is now recorded.
    To process an entire folder of images we go to File >> Automate >> Batch
    Select the folder in which your images are currently
    Select the folder you wish to save the watermarked copies too.
    Hit OK
    Photoshop is now watermarking all the Images in the selected folder for you.

  • Render high quality 15 minute clip of still images with transitions - After Effects CC 2014

    Hello, I am rendering a 15 minute composition comprised of a 3 high quality still images (5 mins for each image) with basic blur fades between each still at a res of 1440x900.
    Rendering this out as a Quicktime movie is taking forever and results in a HUGE file size, can someone please recommend an alternative that will not sacrifice video quality?
    Thanks!

    He can't give you any specific advice because you didn't give us any specific information. How you are delivering your video makes a HUGE difference in what render settings you would use. If you're planning to send it for use in an NLE like Premiere, the advice would be different from if you were wanting to upload it to YouTube. Thus, he linked you to a resource that could best help you based on the limited information you provided.
    Also, Todd comes on here in his free time. This is a user-to-user forum, not an official way to contact Adobe. We are grateful for any support we get here from official personnel.

  • Is there a way to use a single bitmapdata for multiple images with GPU mode?

    With GPU mode is there a way to bring in a single 1024 X 1024 png containing all my sprites and then slice it up into multiple display objects all refering to the original BitmapData?
    I have an app that runs in GPU mode - but I want to optimize the image management.
    I am making three sets of images in the orders of 2048, 1024 and 512 px.
    The app is a book app and each page has around 4 to 5 bitmaps. I would like to bring in one single image and slice it up - but just refer to the original bitMapData in the memory.
    Is there a way to do this - e.g. using a masking technique?
    I think it is possible using textures in direct mode - but that is not an ideal solution for me - as the app is already in the appstore - and I would have to entirely refactor it for stage3D. Also I use very large bitmaps which have some masking animations applied to them dynamically: http://youtu.be/Nm0T1jLCTz8?t=42s
    Currently, I use jpgs and a jpeg mask file for each image which I composite to get the alpha - then I scale them.
    PNGs may be better for GPU - (no compositing) but they make for a huge app file.
    Now I am converting it to use diffent sized assets depending on the device, then scaling them if need, and then compositing them for apha.  What I was hoping was to find a technique that could reduce the number of bitmapdata objects used and reduce the operations in general. 
    Any thoughts on optimizing would be appreciated.  I can add my code here if it helps.

    Tell Apple:
    http://www.apple.com/feedback/iphone.html
    We're all users here, just like you.

  • Swapping multiple images with 1 rollover

    Hi everybody!
    I am just wondering if the Dreamweaver swapImage() function can be used for swapping several id's images when one does a single rollover/click/mouseOver/mouseOut/whatEver.......?
    In general how would one do something like that?
    For example , if I have have several items on a page and you want to have a dedicated button for swapping them all, how would you do that?
    I am forever greatful for general feedback :-)

    Hey, and thank you for you for fast reply :-)
    Here is the code for the homepage:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Generative Design Tooling</title>
    <link href="oneColLiqCtr.css" rel="stylesheet" type="text/css" />
    <Script type="text/javascript" src="Javascript Cookie Script.js"></Script>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    function MM_setTextOfLayer(objId,x,newText) { //v9.0
      with (document) if (getElementById && ((obj=getElementById(objId))!=null))
        with (obj) innerHTML = unescape(newText);
    </script>
    <style type="text/css">
    a:link {
        text-decoration: none;
    a:visited {
        text-decoration: none;
    a:hover {
        text-decoration: none;
    a:active {
        text-decoration: none;
    </style>
    </head>
    <body onload="MM_preloadImages('images/HomeButton_03.png','images/HomeMainBlank2_03.png','images/LitteratureBlank2_75.png','images/FlashMenuButton_21.png','images/BlogBlankM_07.png','images/HomeButton_03.png','images/bloggingButtonN_07_07.png','images/homeFill_06.png','images/homeFill_06.png','images/toolingFill_08.png','images/homeFilled_06.png','images/toolingFilled_08.png','images/flashFilled_12.png','images/blogFilled_10.png','images/introFilled_20.png','images/vectorsFilled_21.png','images/lsystemsFilled_23.png','images/recursivityFilled_28.png','images/animgrowthFilled_30.png','images/linksFilled_51.png','images/algFilled_41.png','images/artificialFilled_43.png','images/mayaFilled_48.png','images/fractalsFilled_46.png','images/turtleFilled_53.png','images/alifeFilled_55.png','images/pluginsFilled_81.png','images/extraFilled_81.png','images/designpFilled_71.png','images/disclaimerFilled_73.png','images/projectsFilled_83.png','images/litteratureFilled_85.png','images/emergentFilled_64.png','images/footerFilled_87.png','images/headerFilled_06.png','images/vectorFilled2_21.png','images/genr8Filled_32.png','images/ToolingButtonBlank2_08.png','images/ToolingButtonMainN_05.png','images/DisclaimerBlank2_60.png','images/ProjectsBlank2_73.png','images/bloggingButtonN_07_07.png','images/flashBack.png','images/LitteratureN_99.png','images/PluginsBlank2_71.png','images/PluginsN_95.png','images/aboutSmallBlack_87.png','images/aboutSmall_87.png','images/ProjectsN_97.png','images/IntroMainN_15.png','images/IntroMainBlank2_12.png','images/LinksBlank2_42.png','images/Links_61.png','images/DesignPBlank2_58.png','images/DesignPN_85.png','images/RecursivityBlank2_23.png','images/RecursivityN_30.png','images/Genr8Blank2_27.png','images/Genr8N_34.png','images/fractalBlack_20.png','images/fractalMain_20.png','images/LSystemsBlank2_03.png','images/LSystems_03.png','images/GVectorsBlank2_12.png','images/GVectorsN_21.png','images/Disclaimer_46.png','images/SkyscrapersBlank2_50.png','images/Buildings_73.png','images/MayaApiBlank2_39.png','images/MayaApiN_54.png','images/MapGrammarsBlank2_34.png','images/MapGrammarsBlank_21_20.png','images/sharewareBlack_62.png','images/SharewareN_75.png','images/fractalBlack_46.png','images/AnimGrowthN_32.png','images/SiteCreditsBlank2_62.png','images/SiteCredits_48.png','images/googleBlack_43.png','images/googleSearch_43.png','images/ArtificialBlank_46.png','images/Artificial_32.png','images/EmergentBlank2_64.png','images/EmergentN_77.png','images/Generative7_41.png','images/AlgsN_43.png','images/turtleBlack_53.png','images/TurtleGN_63.png','images/RolloutAllBlack_72.png')">
    <div id="wrapper">
    <div id="homebutton"><a href="index.html" onclick="Set_Cookie('homebutton','TRUE','','','','')" onmouseover="MM_swapImage('homebutton','','images/HomeButton_03.png',1)"><img src="images/HomeMainBlank2_03.png" alt="HomeMain" name="homebutton" width="138" height="55" border="0" id="homebutton2" /></a></div>
    <div id="toolingMain"><a href="Tooling.html" onclick="Set_Cookie('tooling','TRUE','','','','')" onmouseover="MM_swapImage('toolingMain','','images/ToolingButtonMainN_05.png',1)"><img src="images/ToolingButtonBlank2_08.png" alt="ToolingButtonMain" name="toolingMain" width="140" height="55" border="0" id="toolingMain2" /></a></div>
    <div id="blogMain"><a href="Blogging.html" onclick="Set_Cookie('blog','TRUE','','','','')" onmouseover="MM_swapImage('blogMain','','images/bloggingButtonN_10.png',1)"><img src="images/BlogBlankM_07.png" name="blogMain" width="138" height="55" border="0" id="blogMain2" /></a></div>
    <div id="flashButtonTWO"><a href="FillingIn4.html" target="_self" onclick="Set_Cookie('flashButton','TRUE','','','','')" onmouseover="MM_swapImage('flashButtonTWO','','images/AnimasjonFlashBLiten.gif',1)"><img src="images/flashBack.png" name="flashButtonTWO" width="125" height="55" border="0" id="flashButtonTWO2" /></a></div>
    <div id="Litterature"><a href="Litterature.html" onclick="Set_Cookie('litter','TRUE','','','','')" onmouseover="MM_swapImage('Litterature','','images/LitteratureN_99.png',1)"><img src="images/LitteratureBlank2_75.png" alt="Litterature" name="Litterature" width="156" height="55" border="0"  id="Litterature2" /></a></div>
    <div id="Plugins"><a href="Plugins.html" onclick="Set_Cookie('plug','TRUE','','','','')" onmouseover="MM_swapImage('Image41','','images/PluginsN_95.png',1)"><img src="images/PluginsBlank2_71.png" name="Image41" width="113" height="55" border="0" id="Image41" /></a></div>
    <div id="About"><a href="About.html" onclick="Set_Cookie('About','TRUE','','','','')" onmouseover="MM_swapImage('About','','images/aboutSmall_87.png',1)"><img src="images/aboutSmallBlack_87.png" alt="AboutInfo" name="About" width="100" height="55" border="0" id="About2" /></a></div>
    <div id="Projects"><a href="#" onclick="Set_Cookie('Project','TRUE','','','','')" onmouseover="MM_swapImage('Projects','','images/ProjectsN_97.png',1)"><img src="images/ProjectsBlank2_73.png" alt="Projects" name="Projects" width="124" height="55" border="0" id="Projects2" /></a></div>
    <div id="IntroButton"><a href="IntroPage.html" target="_self" onclick="Set_Cookie('intro','TRUE','','','','')" onmouseover="MM_swapImage('IntroButton','','images/IntroMainNGrey_22.png',1)"><img src="images/IntroMainBlank2_12.png" alt="IntroButton" name="IntroButton" width="138" height="55" border="0"  id="IntroButton2" /></a></div>
    <div id="Links"><a href="Links.html" target="_self" onclick="Set_Cookie('link','TRUE','','','','')" onmouseover="MM_swapImage('Links','','images/LinksGrey_63.png',1)"><img src="images/LinksBlank2_42.png" alt="Links" name="Links" width="119" height="55" border="0" id="Links2"/></a></div>
    <div id="DesignP"><a href="DesignParadigm.html" onclick="Set_Cookie('designpa','TRUE','','','','')" onmouseover="MM_swapImage('DesignP','','images/DesignPN_85.png',1)"><img src="images/DesignPBlank2_58.png" alt="DesignParadigm" name="DesignP" width="208" height="55" border="0" id="DesignP2" /></a></div>
    <div id="Recursivity"><a href="#" onclick="Set_Cookie('recurse','TRUE','','','','')" onmouseover="MM_swapImage('Recursivity','','images/RecursivityN_36.png',1)"><img src="images/RecursivityBlank2_23.png" alt="Recursivity" name="Recursivity" width="208" height="55" border="0" id="Recursivity2" /></a></div>
    <div id="Genr8"><a href="Genr8Page.html" onclick="Set_Cookie('generate','TRUE','','','','')" onmouseover="MM_swapImage('Genr8','','images/Genr8N_40.png',1)"><img src="images/Genr8Blank2_27.png" alt="Genr8" name="Genr8" width="93" height="55" border="0" id="Genr" /></a></div>
    <div id="Fractals"><a href="http://classes.yale.edu/fractals/" onclick="Set_Cookie('frac','TRUE','','','','')" onmouseover="MM_swapImage('Fractals','','images/fractalMain_20.png',1)"><img src="images/fractalBlack_20.png" alt="Fractals" name="Fractals" width="138" height="55" border="0" id="Fractals2" /></a></div>
    <div id="LSystems"><a href="LSystems.html" onclick="Set_Cookie('lsys','TRUE','','','','')" onmouseover="MM_swapImage('LSystems','','images/LSystems_03.png',1)"><img src="images/LSystemsBlank2_03.png" alt="LindenmayerSystems" name="LSystems" width="158" height="55" border="0" id="LSystems2" /></a></div>
    <div id="GVectors"><a href="http://chortle.ccsu.edu/VectorLessons/vectorIndex.html" target="_new" onclick="Set_Cookie('vector','TRUE','','','','')" onmouseover="MM_swapImage('GVectors','','images/GVectorsN_21.png',1)"><img src="images/GVectorsBlank2_12.png" alt="GeometricVectors" name="GVectors" width="241" height="55" border="0" id="GVectors2" /></a></div>
    <div id="SiteCred"><a href="siteCredits.html" onclick="Set_Cookie('credits','TRUE','','','','')" onmouseover="MM_swapImage('SiteCred','','images/SiteCreditsGrey_94.png',1)"><img src="images/SiteCreditsBlank2_62.png" alt="SiteCredits" name="SiteCred" width="168" height="55" border="0"  id="SiteCred2" /></a></div>
    <div id="Skyscrapers"><a href="Buildings.html" onclick="Set_Cookie('sky','TRUE','','','','')" onmouseover="MM_swapImage('Skyscrapers','','images/Buildings_73.png',1)"><img src="images/SkyscrapersBlank2_50.png" alt="Highrises" name="Skyscrapers" width="160" height="55" border="0"id="Skyscrapers2" /></a></div>
    <div id="MayaApi"><a href="MAYA C++ API.html" onclick="Set_Cookie('maya','TRUE','','','','')" onmouseover="MM_swapImage('MayaApi','','images/MayaApiN_54.png',1)"><img src="images/MayaApiBlank2_39.png" alt="AutodeskMayaC++Api" name="MayaApi" width="223" height="55" border="0" id="MayaApi2" /></a></div>
    <div id="MappingGrammars"><a href="#" onclick="Set_Cookie('map','TRUE','','','','')" onmouseover="MM_swapImage('MappingGrammars','','images/MapGrammars_21_20.png',1)"><img src="images/MapGrammarsBlank2_34.png" alt="MapGrammars" name="MappingGrammars" width="279" height="55" border="0" id="MappingGrammars2" /></a></div>
    <div id="ShareWare"><a href="#" onclick="Set_Cookie('openSource','TRUE','','','','')" onmouseover="MM_swapImage('shareWare','','images/SharewareNGrey_63.png',1)"><img src="images/sharewareBlack_62.png" alt="openSource" name="shareWare" width="162" height="55" border="0" id="shareWare2" /></a></div>
    <div id="Algorithms"><a href="#" onclick="Set_Cookie('algo','TRUE','','','','')" onmouseover="MM_swapImage('Algorithms','','images/AlgsN_43.png',1)"><img src="images/Generative7_41.png" alt="Algorithms" name="Algorithms" width="181" height="55" border="0" id="Algorithms2" /></a></div>
    <div id="artificialFill"><a href="GoogleCustomSearch.html" onclick="Set_Cookie('artiFill','TRUE','','','','')" onmouseover="MM_swapImage('filledArtificial','','images/googleSearch_43.png',1)"><img src="images/googleBlack_43.png" name="filledArtificial" width="287" height="55" border="0" id="filledArtificial" /></a></div>
    <div id="Artificial"><a href="#" onclick="Set_Cookie('arti','TRUE','','','','')" onmouseover="MM_swapImage('Artificial','','images/Artificial_32.png',1)"><img src="images/ArtificialBlank_46.png" alt="ArtificialLife" name="Artificial" width="183" height="55" border="0" id="Artificial2" /></a></div>
    <div id="EmergentD"><a href="#" onclick="Set_Cookie('EmergentDes','TRUE','','','','')" onmouseover="MM_swapImage('EmergentDes','','images/EmergentN_77.png',1)"><img src="images/EmergentBlank2_64.png" alt="EmergentDesign" name="EmergentDes" width="227" height="55" border="0" id="EmergentD2" /></a></div>
    <div id="AnimGrowth"><a href="#" onclick="Set_Cookie('anim','TRUE','','','','')" onmouseover="MM_swapImage('AnimGrowth','','images/AnimGrowthN_32.png',1)"><img src="images/fractalBlack_46.png" alt="AnimatingGrowth" name="AnimGrowth" width="245" height="55" border="0" id="AnimGrowth2" /></a></div>
    <div id="TurtleG"><a href="TurtleGraphics.html" onclick="Set_Cookie('turtle','TRUE','','','','')" onmouseover="MM_swapImage('TurtleG','','images/TurtleGN_63.png',1)"><img src="images/turtleBlack_53.png" alt="TurtleGraphics" name="TurtleG" width="240" height="55" border="0" id="TurtleG2" /></a></div>
    <div id="Disclaimer"><a href="Disclaimer.html" onclick="Set_Cookie('Disclaimed','TRUE','','','','')" onmouseover="MM_swapImage('Disclaimed','','images/DisclaimerGrey_92.png',1)"><img src="images/DisclaimerBlank2_60.png" alt="Disclaimer" name="Disclaimed" width="154" height="55" border="0" id="Disclaimer2" /></a></div>
    <div id="vectorsFill"><a href="#" onclick="Set_Cookie('vectorFill','TRUE','','','','')" onmouseover="MM_swapImage('filledVectors','','images/vectorsFilledParametric_21.png',1)"><img src="images/vectorsFill_21.png" name="filledVectors" width="248" height="55" border="0" id="filledVectors" /></a></div>
    <div id="introFill"><a href="#" onclick="Set_Cookie('introFilled','TRUE','','','','')" onmouseover="MM_swapImage('filledIntro','','images/introFilled_20.png',1)"><img src="images/introFill2_20.png" name="filledIntro" width="138" height="55" border="0" id="filledIntro" /></a></div>
    <div id="lsystemFill"><a href="#" onclick="Set_Cookie('lsysFill','TRUE','','','','')" onmouseover="MM_swapImage('filledLsystems','','images/lsystemsFilled_23.png',1)"><img src="images/lsystemsFill_23.png" name="filledLsystems" width="160" height="55" border="0" id="filledLsystems" /></a></div>
    <div id="emergentFill"><a href="#" onclick="Set_Cookie('emergentFill','TRUE','','','','')" onmouseover="MM_swapImage('filledEmergent','','images/emergentFilled_79.png',1)"><img src="images/emergentFill_64.png" name="filledEmergent" width="227" height="55" border="0" id="filledEmergent" /></a></div>
    <div id="blogFill"><a href="#" onclick="Set_Cookie('blogFill','TRUE','','','','')" onmouseover="MM_swapImage('filledBlog','','images/blogFilled_10.png',1)"><img src="images/blogFill_10.png" name="filledBlog" width="138" height="55" border="0" id="filledBlog" /></a></div>
    <div id="extraFill"><a href="#" onclick="Set_Cookie('extraFill','TRUE','','','','')" onmouseover="MM_swapImage('filledExtra','','images/extraFilled_81.png',1)"><img src="images/extraFill_81.png" name="filledExtra" width="100" height="55" border="0" id="filledExtra" /></a></div>
    <div id="homeF"><a href="#" onclick="Set_Cookie('homeFill','TRUE','','','','')" onmouseover="MM_swapImage('filled','','images/homeFilled_06.png',1)"><img src="images/homeFill_06.png" name="filled" width="138" height="55" border="0" id="filled" /></a></div>
    <div id="VectorFillExtra"><a href="#" onclick="Set_Cookie('VectorFillExtra','TRUE','','','','')" onmouseover="MM_swapImage('filledVectorT','','images/vectorFilled2_21.png',1)"><img src="images/vectorFill2_21.png" name="filledVectorT" width="248" height="55" border="0" id="filledVectorT" /></a></div>
    <div id="fractalFill"><a href="#" onclick="Set_Cookie('fractalFill','TRUE','','','','')" onmouseover="MM_swapImage('filledFractals','','images/fractalsFilled_46.png',1)"><img src="images/fractalsFill_46.png" name="filledFractals" width="208" height="55" border="0" id="filledFractals" /></a></div>
    <div id="headerFill"><a href="#" onclick="Set_Cookie('headerFill','TRUE','','','','')" onmouseover="MM_swapImage('filledHeader','','images/headerFilled_06.png',1)"><img src="images/headerFill_06.png" name="filledHeader" width="138" height="55" border="0" id="filledHeader" /></a></div>
    <div id="alifeFill"><a href="#" onclick="Set_Cookie('alifeFill','TRUE','','','','')" onmouseover="MM_swapImage('filledAlife','','images/alifeFilled_55.png',1)"><img src="images/alifeFill_55.png" name="filledAlife" width="185" height="55" border="0" id="filledAlife" /></a></div>
    <div id="toolingF"><a href="#" onclick="Set_Cookie('toolingfilled','TRUE','','','','')" onmouseover="MM_swapImage('toolingfill','','images/toolingFilled_08.png',1)"><img src="images/toolingFill_08.png" name="toolingfill" width="126" height="55" border="0" id="toolingfill" /></a></div>
    <div id="pluginsFill"><a href="#" onclick="Set_Cookie('pluginsFill','TRUE','','','','')" onmouseover="MM_swapImage('filledPlugins','','images/pluginsFilled_81.png',1)"><img src="images/pluginsFill_81.png" name="filledPlugins" width="121" height="55" border="0" id="filledPlugins" /></a></div>
    <div id="recurFill"><a href="#" onclick="Set_Cookie('recurFill','TRUE','','','','')" onmouseover="MM_swapImage('filledRecur','','images/recursivityFilled_28.png',1)"><img src="images/recursivityFill_28.png" name="filledRecur" width="208" height="55" border="0" id="filledRecur" /></a></div>
    <div id="animFill"><a href="#" onclick="Set_Cookie('animFill','TRUE','','','','')" onmouseover="MM_swapImage('filledAnim','','images/animgrowthFilled_30.png',1)"><img src="images/animgrowthFill_30.png" name="filledAnim" width="245" height="55" border="0" id="filledAnim" /></a></div>
    <div id="algoFill"><a href="#" onclick="Set_Cookie('algoFill','TRUE','','','','')" onmouseover="MM_swapImage('filledAlgo','','images/algFilled_41.png',1)"><img src="images/algFill_41.png" name="filledAlgo" width="183" height="55" border="0" id="filledAlgo" /></a></div>
    <div id="flashFill"><a href="#" onclick="Set_Cookie('flashFilled','TRUE','','','','')" onmouseover="MM_swapImage('filledFlash','','images/flashFilled_12.png',1)"><img src="images/flashFill_12.png" name="filledFlash" width="125" height="55" border="0" id="filledFlash" /></a></div>
    <div id="linksFill"><a href="#" onclick="Set_Cookie('linksFill','TRUE','','','','')"  onmouseover="MM_swapImage('filledLinks','','images/linksFilled_51.png',1)"><img src="images/linksFill_51.png" name="filledLinks" width="119" height="55" border="0" id="filledLinks" /></a></div>
    <div id="litteratureFill"><a href="#" onclick="Set_Cookie('litteratureFill','TRUE','','','','')" onmouseover="MM_swapImage('filledLitterature','','images/litteratureFilled_85.png',1)"><img src="images/litteratureFill_85.png" name="filledLitterature" width="156" height="55" border="0" id="filledLitterature" /></a></div>
    <div id="projectsFill"><a href="#" onclick="Set_Cookie('projectsFill','TRUE','','','','')" onmouseover="MM_swapImage('filledProjects','','images/projectsFilled_83.png',1)"><img src="images/projectsFill_83.png" name="filledProjects" width="126" height="55" border="0" id="filledProjects" /></a></div>
    <div id="turtleFill"><a href="#" onclick="Set_Cookie('turtleFill','TRUE','','','','')" onmouseover="MM_swapImage('filledTurtle','','images/turtleFilled_53.png',1)"><img src="images/turtleFill_53.png" name="filledTurtle" width="238" height="55" border="0" id="filledTurtle" /></a></div>
    <div id="mayaFill"><a href="#" onclick="Set_Cookie('mayaFill','TRUE','','','','')" onmouseover="MM_swapImage('filledMaya','','images/Refresh_49.png',1)"><img src="images/mayaFill_48.png" name="filledMaya" width="375" height="55" border="0" id="filledMaya" /></a></div>
    <div id="disclaimerFill"><a href="#" onclick="Set_Cookie('disclaimerFill','TRUE','','','','')" onmouseover="MM_swapImage('filledDisclaimer','','images/disclaimerFilled_73.png',1)"><img src="images/disclaimerFill_73.png" name="filledDisclaimer" width="167" height="55" border="0" id="filledDisclaimer" /></a></div>
    <div id="footerFill"><a href="#" onclick="Set_Cookie('footerFill','TRUE','','','','')" onmouseover="MM_swapImage('filledFooter','','images/footerFilled_87.png',1)"><img src="images/footerFill_87.png" name="filledFooter" width="127" height="55" border="0" id="filledFooter" /></a></div>
    <div id="designpFill"><a href="#" onclick="Set_Cookie('designpFill','TRUE','','','','')" onmouseover="MM_swapImage('filledDesignp','','images/designpFilled_71.png',1)"><img src="images/designpFill_71.png" name="filledDesignp" width="268" height="55" border="0" id="filledDesignp" /></a></div>
    </div>
    <div id="viewAll"><a href="#" onclick="MM_swapImage('Image54','','images/RolloutAllBlack_72.png',1)"><img src="images/RolloutAll_72.png" name="Image54" width="208" height="55" border="0" id="Image54" /></a></div>
    <script type="text/javascript">
    if (Get_Cookie('plug')) { document.getElementById('Image41').src="images/PluginsN_95.png" ; }
    if (Get_Cookie('homebutton')) { document.getElementById('homebutton2').src="images/HomeButton_03.png" ; }
    if (Get_Cookie('search')) { document.getElementById('searchBox2').src="images/searchbox2_18.png" ; }
    if (Get_Cookie('tooling')) { document.getElementById('toolingMain2').src="images/ToolingButtonMainN_05.png" ; }
    if (Get_Cookie('homeF')) { document.getElementById('homeF2').src="images/homeFilled_06.png" ; }
    if (Get_Cookie('flashButton')) { document.getElementById('flashButtonTWO2').src="images/AnimasjonFlashBLiten.gif" ; }
    if (Get_Cookie('Disclaimer')) { document.getElementById('Disclaimer2').src="images/Disclaimer_46.png" ; }
    if (Get_Cookie('About')) { document.getElementById('About2').src="images/aboutSmall_87.png" ; }
    if (Get_Cookie('litter')) { document.getElementById('Litterature2').src="images/LitteratureN_99.png" ; }
    if (Get_Cookie('sky')) { document.getElementById('Skyscrapers2').src="images/Buildings_73.png" ; }
    if (Get_Cookie('arti')) { document.getElementById('Artificial2').src="images/Artificial_32.png" ; }
    if (Get_Cookie('intro')) { document.getElementById('IntroButton2').src="images/IntroMainNGrey_22.png" ; }
    if (Get_Cookie('vector')) { document.getElementById('GVectors2').src="images/GVectorsN_21.png" ; }
    if (Get_Cookie('lsys')) { document.getElementById('LSystems2').src="images/LSystems_03.png" ; }
    if (Get_Cookie('recurse')) { document.getElementById('Recursivity2').src="images/RecursivityN_36.png" ; }
    if (Get_Cookie('anim')) { document.getElementById('AnimGrowth2').src="images/AnimGrowthN_32.png" ; }
    if (Get_Cookie('generate')) { document.getElementById('Genr').src="images/Genr8N_40.png" ; }
    if (Get_Cookie('algo')) { document.getElementById('Algorithms2').src="images/AlgsN_43.png" ; }
    if (Get_Cookie('map')) { document.getElementById('MappingGrammars2').src="images/MapGrammars_21_20.png" ; }
    if (Get_Cookie('blog')) { document.getElementById('blogMain2').src="images/bloggingButtonN_10.png" ; }
    if (Get_Cookie('frac')) { document.getElementById('Fractals2').src="images/fractalMain_20.png" ; }
    if (Get_Cookie('maya')) { document.getElementById('MayaApi2').src="images/MayaApiN_54.png" ; }
    if (Get_Cookie('link')) { document.getElementById('Links2').src="images/LinksGrey_63.png" ; }
    if (Get_Cookie('turtle')) { document.getElementById('TurtleG2').src="images/TurtleGN_63.png" ; }
    if (Get_Cookie('EmergentDes')) { document.getElementById('EmergentD2').src="images/EmergentN_77.png" ; }
    if (Get_Cookie('openSource')) { document.getElementById('shareWare2').src="images/SharewareNGrey_63.png" ; }
    if (Get_Cookie('credits')) { document.getElementById('SiteCred2').src="images/SiteCreditsGrey_94.png" ; }
    if (Get_Cookie('Project')) { document.getElementById('Projects2').src="images/ProjectsN_97.png" ; }
    if (Get_Cookie('Disclaimed')) { document.getElementById('Disclaimer2').src="images/DisclaimerGrey_92.png" ; }
    if (Get_Cookie('designpa')) { document.getElementById('DesignP2').src="images/DesignPN_85.png" ; }
    if (Get_Cookie('toolingfilled')) { document.getElementById('toolingfill').src="images/toolingFilled_08.png" ; }
    if (Get_Cookie('homeFill')) { document.getElementById('filled').src="images/homeFilled_06.png" ; }
    if (Get_Cookie('flashFilled')) { document.getElementById('filledFlash').src="images/flashFilled_12.png" ; }
    if (Get_Cookie('blogFill')) { document.getElementById('filledBlog').src="images/blogFilled_10.png" ; }
    if (Get_Cookie('introFilled')) { document.getElementById('filledIntro').src="images/introFilled_20.png" ; }
    if (Get_Cookie('vectorFill')) { document.getElementById('filledVectors').src="images/vectorsFilledParametric_21.png" ; }
    if (Get_Cookie('lsysFill')) { document.getElementById('filledLsystems').src="images/lsystemsFilled_23.png" ; }
    if (Get_Cookie('recurFill')) { document.getElementById('filledRecur').src="images/recursivityFilled_28.png" ; }
    if (Get_Cookie('animFill')) { document.getElementById('filledAnim').src="images/animgrowthFilled_30.png" ; }
    if (Get_Cookie('genr8Fill')) { document.getElementById('filledGenr8').src="images/genr8Filled_32.png" ; }
    if (Get_Cookie('linksFill')) { document.getElementById('filledLinks').src="images/linksFilled_51.png" ; }
    if (Get_Cookie('algoFill')) { document.getElementById('filledAlgo').src="images/algFilled_41.png" ; }
    if (Get_Cookie('artiFill')) { document.getElementById('filledArtificial').src="images/googleSearch_43.png" ; }
    if (Get_Cookie('mayaFill')) { document.getElementById('filledMaya').src="images/mayaFilled_48.png" ; }
    if (Get_Cookie('fractalFill')) { document.getElementById('filledFractals').src="images/fractalsFilled_46.png" ; }
    if (Get_Cookie('turtleFill')) { document.getElementById('filledTurtle').src="images/turtleFilled_53.png" ; }
    if (Get_Cookie('alifeFill')) { document.getElementById('filledAlife').src="images/alifeFilled_55.png" ; }
    if (Get_Cookie('pluginsFill')) { document.getElementById('filledPlugins').src="images/pluginsFilled_81.png" ; }
    if (Get_Cookie('extraFill')) { document.getElementById('filledExtra').src="images/extraFilled_81.png" ; }
    if (Get_Cookie('designpFill')) { document.getElementById('filledDesignp').src="images/designpFilled_71.png" ; }
    if (Get_Cookie('disclaimerFill')) { document.getElementById('filledDisclaimer').src="images/disclaimerFilled_73.png" ; }
    if (Get_Cookie('litteratureFill')) { document.getElementById('filledLitterature').src="images/litteratureFilled_85.png" ; }
    if (Get_Cookie('projectsFill')) { document.getElementById('filledProjects').src="images/projectsFilled_83.png" ; }
    if (Get_Cookie('emergentFill')) { document.getElementById('filledEmergent').src="images/emergentFilled_64.png" ; }
    if (Get_Cookie('emergentFill')) { document.getElementById('filledFooter').src="images/footerFilled_87.png" ; }
    if (Get_Cookie('headerFill')) { document.getElementById('filledHeader').src="images/headerFilled_06.png" ; }
    if (Get_Cookie('VectorFillExtra')) { document.getElementById('filledVectorT').src="images/vectorsFilled_21.png" ; }
    </script>
    </body>
    </html>
    All the id's here have imageSwaps, as you can see, but I also have an id outside the wrapper id that is supposed to be a "view all swapped" - button.
    How would I start in terms of this show/hide on mouse -event ?

  • Help! iPhoto alerts pop up that say, "The photo "DSC06691.JPG" cannot be opened because the original cannot be located." I can locate original, but I have multiple images with same name!

    Recently my library prompted me to rebuild due to inconsistencies that were found in library. Now alerts pop up that say it can't locate the original of an image, so I have an option to cancel or locate it. I can locate the file, however, there are usually 2 or 3 photos with the same file name! Not sure which one it is trying to locate etc. I have a feeling this is the problem. Not sure how it happened. Has anyone had this happen to them?? iPhoto library hasn't rebuilt because there are so many pop up alerts...I have a feeling it's a big problem. I am going to attempt to select one image for each one and see what happens, but I am concerned what the outcome will be.
    My camera cards are already deleted (I knew I should have kept them!!). We do have time capsule, so I am assuming I can go back, but I am worried that iphoto will do the same thing. It just started doing it about two weeks ago and it didn't correspond with any photo uploads. I hope someone can help!

    Are you running a managed or referenced library?
    If it's a managed library apply the two fixes below in order as needed: 
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #3, followed by #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

Maybe you are looking for

  • Finder moving files not copying

    I have been using a mac for over 15 years but this one has me stumped. When coping files I have always held down 'option' to copy the file. A small green plus symbol appears and the files then copy into the target folder, or hard drive. I have a Mac

  • Roles in SAP XI

    Hello, This is new to sap xi. So i want to know the roles played in sap xi. Who is responsible for SLD configuration. Who is responsible for Integration directroy and integration Repository. Who is responsible for SXMB_monitor. Thank you

  • Is this the same flash player problem?

    Hi, I'm new to all of this....have just brought a netbook (samsung n110), the system requirements seem to be fine for flash player but it just won't download! I'm wondering if this is the same issue others are discussing in this forum, any help would

  • Reduce PDF size by flattening InDesign file??

    i have a 68 page catalog design in InDesign. i export as PDF/X-1a:2001 for printing. it comes out as 96MB and the printers site wont accept it. so they are telling me to flatten the images and layers in the PDF. I thought that type of PDF already doe

  • FM to update schedule agreement pricing

    Is there a BAPI or FM that I can use to update a schedule agreement in 4.7?  BAPI_PO_CHANGE gives me an error saying it does not work for schedule agreements.  Thanks, Matt