How do I create a new boot disk from an existing one?

I have a G4 Quicksilver with internal PATA disk, running 10.4. I want to upgrade the internal disk from 40 GB to 160 GB. I have installed a second disk and can see it fine, but what I really want is to put the system on the new disk and have it be the one and only boot disk in the system. Is there a straightforward way to do this? Is a carbon copy cloner the way to go? Will that have problems with the different disk sizes? Will it handle bad blocks properly? Isn't there a way to just use drag-and-drop?
Once I have made a copy, how do I make it the boot disk? Do I have to swap it into the PATA "master" position to do this?

Cloning And Backup Tools
A bootable clone is an exact copy of your drive which is capable of booting your computer. Making a copy of your computer which is capable of actually starting the computer requires special copying procedures. Some people just back up data files but if you have problems you have to reinstall all your operating system and all your applications. With a bootable clone you just start up from the backup drive and clone back everything.
To copy files from one hard drive to another hard drive you can use:
[CarbonCopy Cloner|http://www.bombich.com/software/ccc.html] (donationware)
[SuperDuper|http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html] (shareware)
[IBackup|http://www.grapefruit.ch/iBackup/index.html] (free)
The Restore function of Disk Utility included in OS X. [Kappy's directions|http://discussions.apple.com/message.jspa?messageID=8799711#8799711]
[Tri-Backup (commercial)|http://www.tri-edre.com/english/tribackup.html] (payware)
[Silverkeeper|http://www.lacie.com/silverkeeper> (free) - version 2 has some issues (references: [1|http://www.macintouch.com/readerreports/backup/index.html#d12jan2009],
[2|http://www.macintouch.com/readerreports/backup/index.html#d13jan2009]) and it is recommended Tiger users stick with 1.1.4.
[Kappy's Backup Software Recommendations|http://discussions.apple.com/message.jspa?messageID=9065665#906 5665]
[Overview of Mac OS X Backup Programs|http://8help.osu.edu/1247.html]

Similar Messages

  • Best Practice for Creating a New WebHelp Project from an Existing One

    I'm currently working in WebHelp Pro (RH version is 9.0.2.271).
    I have a WebHelp project which currently supports the 2012 version of one of our projects. What I needed to do was to create a separate 2013 project, using the 2012 files as the starting point. I couldn't find a way in RH to create a new project by importing an existing WebHelp project, so I copied the 2012 files to a new directory, opened up the project, and renamed it.
    What prompts this question is that following this exercise, all seemed well, for a time. However, I have recently had to create new topics in the 2012 version. However, when I imported these topics to the 2013 project and compiled, they vanished--although the htm files still appear in the appropriate 2013 file folder (when viewed with Windows Explorer).
    After reading some forum postings, I thought that I might have corrupted my database by improperly creating the new project--but if what I did is the wrong way to go about it, I'm not sure what the correct way is. I will be grateful for any suggestions.

    The easy way to do this is create a copy using Windows Explorer.
    Open the project and go to File > Rename.
    Then you have your 2013 ready made project.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How can I create an OSX boot-disk from my Windows PC? (or alternatives)

    Hi all,
    I've got a Macbook Pro and I had recently upgraded OSX from 10.9 to 10.10 beta. Without thinking it all the way through, I decided to perform a complete reformat to remove any files left over from the previous version upgrades. So, I rebooted and held cmd button + R, and I erased the main partition. The option to install a copy of OSX 10.10 fails because I'm assuming it's not on Apple's servers, yet, since it's still beta. The problem is, I cannot choose to install 10.9 from that screen - it only offers 10.10. I can no longer boot into OSX, since I erased the partition.
    So, I'm now on my Windows machine trying to find the proper way to recover this Macbook Pro. It sounds like I need to create a boot disk, but I can't find an official way to get a hold of the ISO to create that boot disk.
    What can I do in this situation? I don't want to have to go into an Apple store, because I live a long way away from one. Is there a way I can obtain an ISO to create the boot disk? Or, is there maybe a way to simply choose a different OSX version at that reformat screen?
    Thanks!

    I don't think you can do anything helpful with a Windows machine. Mac App store wants to read your Mac's model number and your Apple-ID.
    Exactly which model MacBook Pro makes a big difference.
    If yours has Internet Recovery, you should be able to hold down:
    Command-Option-R
    at startup until a globe appears on your screen. From there, you should be able to re-Install Mac OS X, and it is supposed to be the version that came on your Mac.
    Please post back with your results, because some Readers are saying it re-installs the Major version, but the latest 0.1 update to that version. Others are saying if your Mac can run Mavericks, it re-Installs Mavericks 10.9.3 regardless.

  • Trouble in creating a new iCloud account from the existing one

    my dad gave me his iPad which he bought(iPad 2) it's troubling me with the iCloud account, the iPad has my dad's existing iCloud account and I want to delete it but I don't have the password so does my dad he doesn't have the password for the account.so my question is could you assist me on how to create a new iCloud account without having the password of the old one.it uses iOS 7.1.2.

    You won't be able to delete the existing account in order to set up a new one without the password for the old account.  If your father doesn't remember the password, he can reset it as explained here: iCloud: Change your iCloud password.

  • How to create a new database instance from an existing one?

    Hi, I basically want to create a snapshot of a production
    instance (version 8.1.7) for querying purposes. Would anyone
    tell me the steps involved? What I did as follows:
    1. Copy all data files to a new location
    2. Modify init.ora accordingly. I believe there is no separate
    control file for this version.
    But when I startup the instance, got this error:
    ORA-01103: database name 'TRITON' in controlfile is not 'HERCULE'
    What is missing? Do these data files contains links to the
    previous instance name?
    Thanks for any help.

    Hi All,
    I need some help in recreating new database instance.
    Here are the steps I have done so far:
    1. Created a database with name 'LASTDB' using DBCA
    2. Connected to RMAN.
    3. RMAN>SET DBID=******; (of the source database)
    4. Connect to target. RMAN>connect target SYS/*****;
    5. Executed controlfile restore on RMAN.
         RMAN>Run{
    Allocate channel D1 Type DISK;
              Set controlfile autobackup format for device type DISK to
    ‘\\<ip_address>\Backup\Prod\%F’;
    Restore controlfile from autobackup;
    6. RMAN> ALTER DATABASE MOUNT;
    Now got an error saying ORA-01103: database name ‘PRODDB' in control file is not ‘LASTDB’
    I tried using NID to change the database name but it's throwing an error that database is not mounted.
    I have browsed a lot and found that I need to recreate a control file of the production database using ALTER DATABASE BACKUP CONTROLFILE TO TRACE and should edit the trace file. But it also says to shutdown the source database which is production database and I cannot try that.
    Also I have tried adding a line to init.ora like lock_space_name = LASTDB. Also tried replacing everything from LASTDB to PRODDB but that didn't work either.
    I have been trying to find a solution to this. Please bear with me as I'm a beginner and please let me know how I can fix the error.
    I am running oracle 10.1.0.2.0 enterprise edition on windows 2000.
    Thanks for your patience,
    KG

  • Creating new graphics object from a existing one and sending it for print

    Hello,
    i have a graphics object which is big in size, I am creating a new graphics object from the existing one as given below
    //map is a graphic object
    Graphic g1 = (Graphic)map.create(x,y,width,height);
    Graphic g2 = (Graphic)map.create(x,y,width1,height1);
    Graphic g3 = (Graphic)map.create(x,y,width2,height2);
    arrayList.add(g1);
    arrayList.add(g2);
    arrayList.add(g3);
    Now I want to send the graphic object g1,g2,g3 for print in the method
    public int print (Graphics g, PageFormat pf, int idx) throws PrinterException {
    // Printable's method implementation
    if (curPageFormat != pf) {
    curPageFormat = pf;
    pages = repaginate (pf);
    if (idx >= 3)) {
    return Printable.NO_SUCH_PAGE;
    g = (Graphics) arrayList.get(idx);
    return Printable.PAGE_EXISTS;
    This is not working... what is wrong. can anybody suggest..
    I tried standardprint.java to print a object inside a scrollpane, it is not printing the entire diagram. so I am thinking of something like this.... Please let me know what to do....
    Thanks
    Serj

    The easy way to do this is create a copy using Windows Explorer.
    Open the project and go to File > Rename.
    Then you have your 2013 ready made project.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Help with creating a new XML file from an existing DOM tree!!

    i want to create a new XML file from an existing DOM tree
    i used this code to create a new document:
    static public Document createDocument(String fileName) throws ParserConfigurationException//,IOException,SAXException
              try {
                   DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
                   factory.setIgnoringComments(true);
                   factory.setIgnoringElementContentWhitespace(true);
                   factory.setValidating(true);
                   DocumentBuilder builder =factory.newDocumentBuilder();
                   return builder.newDocument();
    //          handle exception creating DocumentBuilder
              catch ( ParserConfigurationException parserError ) {
                        throw new ParserConfigurationException();
              }then i used this code to transform the DOM :
    public void exportDocument(Document document) {
              try {
                   Source xmlSource = new DOMSource( document );
                   Result result = new StreamResult( System.out );
                   TransformerFactory transformerFactory =
                        TransformerFactory.newInstance();
                   Transformer transformer =transformerFactory.newTransformer();
                   transformer.setOutputProperty( "indent", "yes" );
                   transformer.transform( xmlSource, result );
           //then catching the exceptions
    But the file was not created and i didn't find where can i specify the DTD that the XML file should use and where can i enter the name of the XML file itself
    Another questoin can i write a DTD file dynamically during the execution of the program??

    Cross-post: http://forum.java.sun.com/thread.jspa?threadID=784467&messageID=4459240#4459240

  • Windows 8 installation error: "We couldn't create a new partition or locate an existing one. For more information, see the Setup log files."

    I recently tried testing Server 2012 for installation and I had a major issue.  Windows 8 also uses the same method for installation so this should also apply to Windows 8.  I thought this might be helpful for other people who have the same
    problem.  My setup is a 1U server with no DVD drive, no hard drives, and only USB.  I have a new hard drive that I wanted to install Server onto, so I put it in and ran the installer off a thumb drive.  I kept receiving the following error when
    I tried to format the hard drive and proceed with the installation:
    "We couldn't create a new partition or locate an existing one. For more information, see the Setup log files."
    After hours of troubleshooting, I determined my problem was I was using a thumb drive to install it, and Windows didn't like it.  Some people had similar issues when similar devices were plugged in (i.e. external hard drives, SD cards, CF cards, etc). 
    In my case, it was the installation drive itself was a thumb drive.  I ended up digging up an external DVD drive and placed the installation onto a DVD.  Worked flawlessly.  Now I am up and running.
    I tried
    the steps here to no avail.
    Hope this helps anyone else with the same problems.

    Hi,
    Thanks for sharing. We really appreciate your time and efforts. Hope your experience will help other community members facing similar problems.
    Leo Huang
    TechNet Community Support

  • How do I create a new Aperture library from pictures I moved from IMAC?

    I moved my Photos to External Hard drive from MAC . Can I create new aperture library in EHD?

    As I wrote as long as both programs are latest versions they share the same library structure and can open each others libraries.
    Open Aperture and then select File->Switch to Library. If the iPhoto library shows up in the list select it. If it does not select Other/New… If the iphoto library shows up in this list select it if not select Other Library and find, select and open the iPhoto library.
    At this point there are a few things you can do depending on your situation. You can just leave the library as is if you do most of your work in iPhoto. Or you can turn the this library into an Aperture library.
    To make it an Aperture library open Aperture and create a new empty library as you did before. Now go to File->Import->Library and select the iPhoto library. The iPhoto library will be imported and converted to an Aperture library.
    While all of thsi is safe you the iPhoto library it is alwasy a good idea to have a bakup of the library before starting just in case.
    regards

  • How do I create a new Gallery Album from my Ipad2?

    I have an Ipad2.  I am currently in a location where the Ipad2 is all I have available. 
    I have a number of photos to post that were taken on the ipad and need to create an album for them in my me.com gallery.  I don't see a way to do that?  I can easily send photos to an existing gallery.  But don't see a way to create a new gallery.
    Thanks for the help!
    Dave

    Allen,
    Thanks, but I wanted to create an album within my gallery.  Not a new gallery.
    Sorry for the confusion.
    Dave

  • Creating a new table next to an existing one

    I have attached the table I created...(I'm a
    beginner....forgive me for being simplistic in design). I want to
    create a separate table for "Friday" right next to the existing
    table. How do i get the new table to align to the right of the
    existing table? I tried just extending the table- that is, adding
    rows/columns so that I could then arrange it to look like a
    separate table, but couldn't get it to work....lost in "format
    hell."
    I know it must be easy....
    Also....why can't i seem to add or delete cells from this
    table?! There is some formatting error I'm making that I can't
    understand.
    thanks!

    To select a whole table, click in it in Design view. Then
    look at the Tag
    Selector bar. Click on the right-most <table>. You've
    just selected an
    entire table. Cut it from the page with Ctrl-X. Then click in
    the outer
    table's left cell, and paste the cut table in with Ctrl-V.
    Like that.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "bj nick" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks for your response.
    >
    > When I try this, the entire table is "cut." I've tried
    it several ways to
    > no
    > avail. Also, when I select cells to delete, they will
    not delete. I will
    > select
    > a row of unused cells, and can't delete them. I don't
    get it.
    >
    > Here is the code:
    >
    > <!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=iso-8859-1" />
    > <title>Untitled Document</title>
    > <style type="text/css">
    > <!--
    > .style10 { font-size: 18px;
    > font-weight: bold;
    > }
    > .style12 {font-size: 18px}
    > .style15 {color: 18; font-size: 18px; }
    > .style16 {font-size: 18}
    > .style3 {color: 18}
    > -->
    > </style>
    > </head>
    >
    > <body>
    > <table width="674" border="0">
    > <tr>
    > <td width="615"><table width="578"
    border="2">
    > <tr>
    > <td width="130" bgcolor="#66FF00"
    class="style3"><div
    > align="center"
    > class="style10">Monday </div></td>
    > <td width="127" bgcolor="#66FF00"
    class="style3"><div
    > align="center"
    > class="style10">Tuesday</div></td>
    > <td width="137" bgcolor="#66FF00"
    class="style3"><div
    > align="center"
    > class="style10">Wednesday</div></td>
    > <td colspan="2" bgcolor="#66FF00"
    class="style3"><div
    > align="center"
    > class="style10">Thursday</div>
    > <div align="center"
    class="style10"></div></td>
    > </tr>
    > <tr>
    > <td colspan="5" bgcolor="#FFCC00"
    class="style15"><div
    > align="center">First Bell </div>
    > <div align="center"></div>
    > <div align="center"></div>
    > <div align="center"></div>
    > <div align="center"></div></td>
    > </tr>
    > <tr>
    > <td bgcolor="#FFCC00" class="style3"><div
    align="center"
    > class="style12">Attendance
    / </div></td>
    > <td bgcolor="#FFCC00" class="style3"><div
    align="center"
    > class="style12">Homework check-in /
    </div></td>
    > <td colspan="3" bgcolor="#FFCC00"
    class="style3"><div align="left"
    > class="style12">Class business / Journals
    </div></td>
    > </tr>
    > <tr>
    > <td colspan="5" bgcolor="#FFCC00"
    class="style3"><div
    > align="center"
    > class="style12">Five - a - Day
    </div></td>
    > </tr>
    > <tr>
    > <td colspan="5" bgcolor="#FFCC00"
    class="style3"><div
    > align="center"
    > class="style12">Reading</div></td>
    > </tr>
    > <tr>
    > <td colspan="5" bgcolor="#FFCC00"
    class="style3"><div
    > align="center"
    > class="style12">Math</div></td>
    > </tr>
    > <tr>
    > <td colspan="5" bgcolor="#FFCC00"><div
    align="center"
    > class="style12">Recess</div></td>
    > </tr>
    > <tr>
    > <td colspan="5" bgcolor="#FFCC00"><div
    align="center"
    > class="style12">Language Arts </div></td>
    > </tr>
    > <tr>
    > <td colspan="5" bgcolor="#FFCC00"><div
    align="center"
    > class="style12">ELD (English Language
    Development)</div></td>
    > </tr>
    > <tr>
    > <td colspan="5" bgcolor="#FFCC00"><div
    align="center"
    > class="style12">Lunch</div></td>
    > </tr>
    > <tr>
    > <td bgcolor="#FFCC00">Science/Soc. Studies
    </td>
    > <td bgcolor="#FFCC00">Science/Soc.
    Studies</td>
    > <td bgcolor="#FFCC00">Science/Soc.
    Studies</td>
    > <td width="147" bgcolor="#FFCC00">Science/Soc.
    Studies</td>
    > <td width="1"
    bgcolor="#FFCC00"> </td>
    > </tr>
    > <tr>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > </tr>
    > <tr>
    > <td colspan="5" bgcolor="#FFCC00"><div
    align="center"><span
    >
    class="style16">Dismissal</span></div></td>
    > </tr>
    > <tr>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > </tr>
    > <tr>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > </tr>
    > <tr>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > <td bgcolor="#FFCC00"> </td>
    > </tr>
    > <tr>
    > <td> </td>
    > <td> </td>
    > <td> </td>
    > <td> </td>
    > <td> </td>
    > </tr>
    > <tr>
    > <td> </td>
    > <td> </td>
    > <td> </td>
    > <td> </td>
    > <td> </td>
    > </tr>
    > <tr>
    > <td> </td>
    > <td> </td>
    > <td> </td>
    > <td> </td>
    > <td> </td>
    > </tr>
    > <tr>
    > <td> </td>
    > <td> </td>
    > <td> </td>
    > <td> </td>
    > <td> </td>
    > </tr>
    > </table></td>
    > <td width="49"> </td>
    > </tr>
    > <tr>
    > <td> </td>
    > <td> </td>
    > </tr>
    > </table>
    > <p> </p>
    > <p> </p>
    > </body>
    > </html>
    >
    >

  • Creating a new table similar to an existing one

    Hi,
    I need to implement a stored procedure with the follwing signature (simplified)
    CREATE_TABLE_AS(p_NewTableName , p_OrigTableName , p_Col1, p_Col2, p_Col3)
    It should do the following:
    Creating a new, empty table with name p_newTableName. The new table has three columns, which names are passed as parameter p_Col1, p_Col2, p_Col3
    The columns must be of the same type as the columns p_Col1, p_Col2, p_Col3 of the Table p_OrigTableName
    How is this achieved?
    I could read the column type information from the catalog sys.user_tab_columns, but I wonder if there is another solution
    Marco

    Hi Rob,
    Hi,
    Thank you, it works fine.
    I actually need rows from two Original tables. I came up with the following query by adapting your query:
    CREATE TABLE TEST_TABLE AS SELECT * FROM
    (SELECT NAME FROM T1 WHERE ROWNUM = 0) t1,
    (SELECT AGE FROM T2 WHERE ROWNUM = 0) t2;
    I chose ROWNUM = 0 instead of 1=0. Doesn't this make a performance difference when the original tables contain a large number of rows?

  • Can't select the new Azure sql service tiers when creating a new database or upgrading an existing one

    Hi all,
    I have set up the preview for the new Azure SQL tiers on both of the subscriptions we have for Azure. The one under my MSDN subscription to and a pay as you go subscription
    The pay as you go subscription works fine but when I try to upgrade an existing Azure sql database or create a new one on my MSDN subscription it doesn't give me the option of the new tiers.
    Using the new portal it says I need to sign up to the preview, but I already have and when I go to try to add a new subscription to the preview for Azure SQL it says all my active subscriptions are on the preview.
    Any idea what the issue could be?
    Cheers
    Ash

    Hi,
    Apologies for the inconvenience.
    I suggest you open a Billing Support Ticket. They will be able to check this for you.
    http://azure.microsoft.com/en-us/support/options/
    Regards,
    Mekh.

  • ERROR message:  How do I create a New Web page from a template?

    The following ERROR MESSAGE appears, after I click the
    "Create" button on the "New from Template" dialogue box. . .
    quote:
    MACROMEDIA DREAMWEAVER DIALOGUE BOX READS:
    < ! > There is an error at line 72, column 8 (absolute
    position 3287) of "my Website": Unbalanced Head tag
    What
    should happen is that the new page opens in the Document
    window, according to the Dreamweaver 8 text, Pg. 498.
    If anyone can help me troubleshoot this, I would greatly
    appreciate it.
    Respectfully, Ona

    OnaTutors wrote:
    > Can someone help me out with this Template, please.
    >
    > I've had to skip 10 pages of the Dreamweaver 8 text
    because the Template will
    > not save and I get this ERROR message.
    >
    > Thank you for helping me.
    >
    > This is a great FORUM!
    >
    > Respectfully, Ona
    >
    As Murray has said you need to remove the second closing
    </head> tag
    from your code and also move the 'PageHeading' ediatble
    region OUTSIDE
    of its container <!-- TemplateBeginEditable
    name="PageHeading"
    --><h1></h1><!-- TemplateEndEditable -->
    The code below has been corrected:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Cosmatic - Label</title>
    <!-- TemplateEndEditable -->
    <link href="../Stylesheets/cosmatic_styles.css"
    rel="stylesheet"
    type="text/css" />
    <script type="text/JavaScript">
    <!--
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr;
    for(i=0;a&&i<a.length&&(x=a
    )&&x.oSrc;i++)
    x.src=x.oSrc;
    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.indexOf("#")!=0){ d.MM_p[j]=new Image;
    d.MM_p[j++].src=a
    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[n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++)
    x=MM_findObj(n,d.layers
    .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))!=null){document.MM_sr[j++]=x;
    if(!x.oSrc)
    x.oSrc=x.src; x.src=a[i+2];}
    function MM_nbGroup(event, grpName) { //v6.0
    var i,img,nbArr,args=MM_nbGroup.arguments;
    if (event == "init" && args.length > 2) {
    if ((img = MM_findObj(args[2])) != null &&
    !img.MM_init) {
    img.MM_init = true; img.MM_up = args[3]; img.MM_dn =
    img.src;
    if ((nbArr = document[grpName]) == null) nbArr =
    document[grpName] = new
    Array();
    nbArr[nbArr.length] = img;
    for (i=4; i < args.length-1; i+=2) if ((img =
    MM_findObj(args
    )) !=
    null) {
    if (!img.MM_up) img.MM_up = img.src;
    img.src = img.MM_dn = args[i+1];
    nbArr[nbArr.length] = img;
    } else if (event == "over") {
    document.MM_nbOver = nbArr = new Array();
    for (i=1; i < args.length-1; i+=3) if ((img =
    MM_findObj(args)) !=
    null) {
    if (!img.MM_up) img.MM_up = img.src;
    img.src = (img.MM_dn && args[i+2]) ? args[i+2] :
    ((args[i+1])?
    args[i+1]
    : img.MM_up);
    nbArr[nbArr.length] = img;
    } else if (event == "out" ) {
    for (i=0; i < document.MM_nbOver.length; i++) {
    img = document.MM_nbOver
    ; img.src = (img.MM_dn) ? img.MM_dn :
    img.MM_up; }
    } else if (event == "down") {
    nbArr = document[grpName];
    if (nbArr)
    for (i=0; i < nbArr.length; i++) { img=nbArr; img.src
    =
    img.MM_up;
    img.MM_dn = 0; }
    document[grpName] = nbArr = new Array();
    for (i=2; i < args.length-1; i+=2) if ((img =
    MM_findObj(args
    )) !=
    null) {
    if (!img.MM_up) img.MM_up = img.src;
    img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
    nbArr[nbArr.length] = img;
    //-->
    </script>
    <!-- TemplateBeginEditable name="head" --><!--
    TemplateEndEditable -->
    </head>
    <body
    onload="MM_preloadImages('../Graphics/CosmaticLogoRollover.gif','../Graphics/lab
    elOver.gif','../Graphics/labelOWD.gif','../Graphics/bandsDown.gif','../Graphics/
    bandsOver.gif','../Graphics/bandsOWD.gif','../Graphics/catalogueDown.gif','../Gr
    aphics/catalogueOver.gif','../Graphics/catalogueOWD.gif','../Graphics/tourdatesD
    own.gif','../Graphics/tourdatesOver.gif','../Graphics/tourdatesOWD.gif','../Grap
    hics/contactDown.gif','../Graphics/contactOver.gif','../Graphics/contactOWD.gif'
    ,'../Graphics/labelDown.gif')">
    <p><a href="../index.htm" target="_top"
    onmouseover="MM_swapImage('LogoRollover','','../Graphics/CosmaticLogoRollover.gi
    f',1)" onmouseout="MM_swapImgRestore()"><img
    src="../Graphics/CosmaticLogo.gif"
    alt="Cosmatic company logo, link to home page"
    name="LogoRollover"
    width="283"
    height="109" border="0" id="LogoRollover"
    /></a></p>
    <table border="0" align="right" cellpadding="0"
    cellspacing="0">
    <tr>
    <td><a href="../label.htm" target="_top"
    onclick="MM_nbGroup('down','group1','Label','../Graphics/labelDown.gif',1)"
    onmouseover="MM_nbGroup('over','Label','../Graphics/labelOver.gif','../Graphics/
    labelOWD.gif',1)" onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/label.gif" alt="label" name="Label"
    border="0" id="Label"
    onload="" /></a></td>
    <td><a href="../catalogue.htm" target="_top"
    onclick="MM_nbGroup('down','group1','Catalogue','../Graphics/catalogueDown.gif',
    1)"
    onmouseover="MM_nbGroup('over','Catalogue','../Graphics/catalogueOver.gif','../G
    raphics/catalogueOWD.gif',1)"
    onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/catalogue.gif" alt="catalogue"
    name="Catalogue"
    width="106"
    height="26" border="0" id="Catalogue" onload=""
    /></a></td>
    <td><a href="../bands.htm" target="_top"
    onclick="MM_nbGroup('down','group1','Bands','../Graphics/bandsDown.gif',1)"
    onmouseover="MM_nbGroup('over','Bands','../Graphics/bandsOver.gif','../Graphics/
    bandsOWD.gif',1)" onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/bands.gif" alt="bands" name="Bands"
    width="71" height="26"
    border="0" id="Bands" onload="" /></a></td>
    <td><a href="../tourdates.htm" target="_top"
    onclick="MM_nbGroup('down','group1','TourDates','../Graphics/tourdatesDown.gif',
    1)"
    onmouseover="MM_nbGroup('over','TourDates','../Graphics/tourdatesOver.gif','../G
    raphics/tourdatesOWD.gif',1)"
    onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/tourdates.gif" alt="tour dates"
    name="TourDates"
    width="108"
    height="26" border="0" id="TourDates" onload=""
    /></a></td>
    <td><a href="../contact.htm" target="_top"
    onclick="MM_nbGroup('down','group1','Contact','../Graphics/contactDown.gif',1)"
    onmouseover="MM_nbGroup('over','Contact','../Graphics/contactOver.gif','../Graph
    ics/contactOWD.gif',1)"
    onmouseout="MM_nbGroup('out')"><img
    src="../Graphics/contact.gif" alt="contact" name="Contact"
    width="83"
    height="26" border="0" id="Contact" onload=""
    /></a></td>
    </tr>
    </table>
    <p align="right"> </p>
    <!-- TemplateBeginEditable name="PageHeading"
    --><h1>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
    rsion=5,0,0,0" width="558" height="46">
    <param name="BGCOLOR" value="" />
    <param name="movie" value="../Media/HeadingTemplate.swf"
    />
    <param name="quality" value="high" />
    <embed src="../Media/HeadingTemplate.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Vers
    ion=ShockwaveFlash" type="application/x-shockwave-flash"
    width="558"
    height="46" ></embed>
    </object>
    </h1><!-- TemplateEndEditable -->
    <h2> </h2>
    <table width="100%" border="0" cellspacing="0"
    cellpadding="0">
    <!-- TemplateBeginRepeat name="RepeatRegion1" -->
    <tr>
    <td><!-- TemplateBeginEditable name="Content"
    --> <!--
    TemplateEndEditable -->Add content here. </td>
    </tr>
    <!-- TemplateEndRepeat -->
    </table>
    <p> </p>
    <p class="cosmatic_footer"><a
    href="mailto:[email protected]">&copy;
    Cosmatic, Inc. 2008 </a></p>
    </body>
    </html>

  • How do you create a new resource group from the new portal?

    There's no option for new resource group when you click the "+" button. Am I missing something?

    Hi mticb,
    As far as I know, we couldn't create an empty resource group in azure preview portal, please vote this similar feedback at:
    http://feedback.azure.com/forums/223579-azure-preview-portal/suggestions/6182477-create-resource-groups, sorry for any inconvenience.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Incoming Excise Invoice - Print Layout Design

    Dear all,         How to prepare the Incoming Excise Invoice Print Layout Design.         That Excise is Dealers Invoice.         For Ex: 'X' is the one material , this has defined in material master as Inventory , Purchase and Sales item and its Exc

  • How to get the date/time of flush shared_pool commands?

    I think there´s some script, which in been runned with a privileged user, that is recurring flushing the shared_pool. Is there a way to know the last date/time when an 'alter system flush shared_pool' was issued? Or, better, how can I tell Oracle RDB

  • Creating new for Humantask WorkFlow

    Hi, I am trying to create a new user for the humantask work flow. By using this username and password i need to login to Oracle BPM work list and approve or reject the task. I am trying to modify the files in the folder <OracleHome>\bpel\system\servi

  • CS6 Media Encoder won't open at all...

    I installed CS6 Master Suite... Media Encoder won't open at all. No error message... nothing when I click on the icon.  I opened a project in Premiere... exported it to the Que... No media Encoder window.. Help please... I'm dead in the water....

  • How to animat hid and show

    Hi All, How we can achive animation on hide and show behaviour in adf. Regards, Smaran