
function writeSEOLinks()
{
   document.writeln("<a target=\"_blank\" href=\"http://www.topseos.com/option,com_servicecategories/task,companyDetails/comp_id,1634/\">\n"+
                    "<img style=\"margin-left:auto; margin-right:auto;\" src=\"/images/logos/basic-topseos-seal.gif\"\n"+
                    "border=\"0\" alt=\"\" /></a><br />\n"+
                    "<a target=\"_blank\" href=\"http://www.alzains.com/\">\n"+
                    "<img style=\"margin-left:auto; margin-right:auto;\" src=\"/images/logos/Certified-SEO-Consultant.png\"\n"+
                    "border=\"0\" alt=\"SEO Courses by AMI\" /></a><br />\n"+
                    "<a target=\"_blank\" href=\"http://www.alzains.com/certification/ID1416333450\" title=\"Verify Profile\" style=\"margin-left:auto; margin-right:auto;\">\n"+
                    "iNamics is a Certified SEO Company</a><br />\n");
}

function load()
        {
            if( window.childLoad )
                childLoad();  
        }
        
        function unload()
        {
            if (window.childUnload)
                childUnload();
        }



var restore = new Array();
function imgOver(whichImage, newSrc)
{
    restore[whichImage] = whichImage.src;
    whichImage.src = newSrc;
}

function imgOut(whichImage)
{
    whichImage.src = restore[whichImage];
}
    
///////////////////////////////////////////////

function bookmarksite(title, url)
{
    if (document.all)
        window.external.AddFavorite(url, title);
    else if (window.sidebar)
        window.sidebar.addPanel(title, url, "");
}

///////////////////////////////////////////////

function findPosY(strobj)
{
    obj = document.getElementById(strobj);
    var curtop = 0;
    if(obj.offsetParent)
    {
        while(1)
        {
            curtop += obj.offsetTop;
            if(!obj.offsetParent)
                break;
            obj = obj.offsetParent;
        }
    }
    else if(obj.y)
        curtop += obj.y;

    return curtop;
}

function findPosX(strobj)
{
    obj = document.getElementById(strobj);
    var curleft = 0;
    if(obj.offsetParent)
    {
        while(1)
        {
            curleft += obj.offsetLeft;
            if(!obj.offsetParent)
                break;
            obj = obj.offsetParent;
        }
    }
    else if(obj.x)
        curleft += obj.x;

    return curleft;
}

function GetScreenHeight()
{
    if (self.innerHeight) // all except Explorer
    {
        innerH = self.innerHeight;
    }
    else if (document.documentElement && document.documentElement.clientHeight) // Explorer 6 Strict Mode
    {
        innerH = document.documentElement.clientHeight;
    }
    else if (document.body) // other Explorers
    {
        innerH = document.body.clientHeight;
    }
    
    return innerH;
}

function GetPageHeight()
{
    var test1 = document.body.scrollHeight;
    var test2 = document.body.offsetHeight
    if (test1 > test2)	// all but Explorer Mac
    {
	    pageH = document.body.scrollHeight;
    }
    else			// Explorer Mac    would also work in Explorer 6 Strict, Mozilla and Safari
    {
	    PageH = document.body.offsetHeight;
    }
    
    return PageH;
}

function textOnly()
{ 
    var im, newNode;
    var j=document.images.length;
    document.getElementById('ctl00_Footerdesign1_hltextOnly').style.visibility="hidden";
    document.getElementById('ctl00_Footerdesign1_hltextOnly').style.display="none";
    document.getElementById('ctl00_Footerdesign1_hlTextImages').className="";
    
    
    for (i=0; i<document.styleSheets.length; i++)
    {
        document.styleSheets[i].disabled="true";
    }
        
       
    while (--j+1) 
    {
        im = document.images[j];
        newNode = document.createElement("SPAN");
        im.parentNode.replaceChild(newNode,im);
        newNode.innerHTML = "<br />"+im.alt+"<br />";
        newNode.style.border='black 1px dotted';
    }
}

function add_flash()
{
document.write("<object type=\"application/x-shockwave-flash\" data=\"images/banner.swf\" style=\"width: 904px; height: 123px;\">"+
            "<param name=\"movie\" value=\"images/banner.swf\" />"+
            "<param name=\"wmode\" value=\"opaque\" />"+
            "<img src=\"images/banner.swf\" alt=\"banner\" />"+
       "</object>");
}
 function add_movieWeb()
       {
        document.write("<object type=\"application/x-shockwave-flash\"  data=\"../VR/movies/PurePlayer.swf\" id=\"PurePlayer\" style=\"width: 220px; height: 220px;\">" +
			"<param name=\"movie\" value=\"../VR/movies/PurePlayer.swf\" />"+
			"<param name=\"wmode\" value=\"transparent\" />"+
			"<param name=\"allowScriptAccess\" value=\"always\" />"+
			"<param name=\"allowFullScreen\" value=\"true\" />"+
			"<param name=\"flashvars\" value=\"panorama=../VR/movies/ivp/RockHall.ivp\" />"+
			"<img src=\"../VR/movies/PurePlayer.swf\" alt=\"PurePlayer\" />"+
	"</object>");
       
       }
       
       function HideMenu()
       {
            document.getElementById("divNavProducts").className="collapse";
            document.getElementById("divNavInamics").className="collapse";
            document.getElementById("divNavServices").className="collapse";
            document.getElementById("divNavMarketing").className="collapse";
            document.getElementById("divNavPackages").className="collapse";
       }
       
       function ShowMenu(menuToShow)
       {
           HideMenu3();
           HideMenu();
           document.getElementById(menuToShow).className="navlayer2";         
       }
       
       function HideMenu3()
       {
            document.getElementById("divNavDataSolutions").className="collapse";
            document.getElementById("divNavHosting").className="collapse";
            document.getElementById("divNavWebsite").className="collapse";
            document.getElementById("divNavSEO").className="collapse";
            document.getElementById("divNavSEM").className="collapse";
            document.getElementById("divNavMSP").className="collapse";
            document.getElementById("divNavServer").className="collapse";
            document.getElementById("divNavComputer").className="collapse";
            document.getElementById("divNavVR").className="collapse";
       }
       
       function ShowMenu3(menuToShow)
       {
           HideMenu3();
           document.getElementById(menuToShow).className="navlayer3";         
       }
       
function update()
                    {
                        if(document.getElementById("ctl00_runTimer").value == "1")
                        {
                            timerCount=timerCount-1;
                            if(timerCount == 120)
                            {
                                renew.ShowPopup();
                                document.getElementById("timer").innerHTML=timerCount;
                            }
                            
                            if(timerCount < 120)
                            {
                                document.getElementById("timer").innerHTML=timerCount;
                            }
                            
                            if( timerCount <= 0)
                            {
                                renew.HidePopup();  
                                norenew.ShowPopup();     
                            }
                            else
                            {
                            
                                var time = setTimeout("update()", 1000);
                            }
                        }
                    }
                      function showDivEmail(strDiv)
        {
            if(strDiv=='divStarter')
            {
                document.getElementById('spanDetails').innerHTML  = "<u>Detailed Description:</u> Your Starter, Bulk Email Marketing Service subscription plan entitles you to send up to 500 Emails per month, up to 50 Emails at any one time, separated by 60 hours. There is no extra charge for these mailings. We are a full-service IT company which will additionally charge hourly for maintaining client lists, creating client custom templates, creating surveys and reports and tracking open rates and click throughs. Whatever you require. This service saves you all the trouble of doing this yourself, which can be complicated and iNamics can also do faster and more efficiently, because IT is our business. &quot;Consider iNamics your IT Department&quot;. Email Lists Email addresses are supplied by customer and are managed by iNamics. Please supply as a CVS file, with the first row describing each field. A subscription to iNamics Bulk Email Marketing Service includes access to many sophisticated features.";
                document.getElementById('spanList').innerHTML  ="<u>Email Lists:</u> Email addresses are supplied by customer and are managed by iNamics. Please supply as a CVS file, with the first row describing each field. No categories or separated mailings are enabled under this plan.A subscription to iNamics Bulk Email Marketing Service includes access to many sophisticated features.";

            
            }
            else if(strDiv=='divBronze')
            {
                document.getElementById('spanDetails').innerHTML ="<u>Detailed Description:</u> Bronze Bulk Email Marketing Service subscription entitles you to send up to 2,000 Emails per month, up to 200 Emails at any one time, separated by 48 hours. There is no extra charge for these mailings. We are a full-service IT company which will additionally charge hourly for maintaining client lists, creating client custom templates, creating surveys and reports and tracking open rates and click throughs. Whatever you require. This service saves you all the trouble of doing this yourself, which can be complicated and iNamics can also do faster and more efficiently, because IT is our business. &quot;Consider iNamics your IT Department&quot;.";
                document.getElementById('spanList').innerHTML  ="<u>Email Lists:</u> Email addresses are supplied by customer and are managed by iNamics. Please supply as a CVS file, with the first row describing each field. No categories or separated mailings are enabled under this plan.A subscription to iNamics Bulk Email Marketing Service includes access to many sophisticated features.";

            }
             else if(strDiv=='divSilver')
            {
                document.getElementById('spanDetails').innerHTML ="<u>Detailed Description:</u> Silver Bulk Email Marketing Service subscription entitles you to send up to 5,000 Emails per month, up to 500 Emails at any one time, separated by 36 hours. There is no extra charge for these mailings. We are a full-service IT company which will additionally charge hourly for maintaining client lists, creating client custom templates, creating surveys and reports and tracking open rates and click throughs. Whatever you require. This service saves you all the trouble of doing this yourself, which can be complicated and iNamics can also do faster and more efficiently, because IT is our business. &quot;Consider iNamics your IT Department&quot;."
                document.getElementById('spanList').innerHTML  ="<u>Email Lists:</u> Email addresses are supplied by customer and are managed by iNamics. Please supply as a CVS file, with the first row describing each field. Up to 5 categories are enabled and can be segmented into separate mailings. A subscription to iNamics Bulk Email Marketing Service includes access to many sophisticated features."

            }
             else if(strDiv=='divGold')
            {
                document.getElementById('spanDetails').innerHTML =" <u>Detailed Description:</u> Gold Bulk Email Marketing Service subscription entitles you to send up to 10,000 Emails per month, up to 1,500 Emails at any one time, separated by 24 hours. There is no extra charge for these mailings. We are a full-service IT company which will additionally charge hourly for maintaining client lists, creating client custom templates, creating surveys and reports and tracking open rates and click throughs. Whatever you require. This service saves you all the trouble of doing this yourself, which can be complicated and iNamics can also do faster and more efficiently, because IT is our business. &quot;Consider iNamics your IT Department&quot;.";
                document.getElementById('spanList').innerHTML  ="<u>Email Lists:</u> Either supplied by customer or purchased through iNamics from approved list brokers. iNamics manages mailing lists. Up to 10 unique categories are enabled and can be segmented into separate mailings."
            
            }
             else if(strDiv=='divPlatinum')
            {
                document.getElementById('spanDetails').innerHTML ="<u>Detailed Description:</u> Platinum Bulk Email Marketing Service subscription entitles you to send up 200 Emails per hour and unlimited Emails per month, separated by this restriction. There is no extra charge for these mailings. We are a full-service IT company which will additionally charge hourly for maintaining client lists, creating client custom templates, creating surveys and reports and tracking open rates and click throughs. Whatever you require. This service saves you all the trouble of doing this yourself, which can be complicated and iNamics can also do faster and more efficiently, because IT is our business. &quot;Consider iNamics your IT Department&quot;."
       }
        }
                    