// JavaScript Document
	// GLOBAL
	 
	sfHover = function() {
		var sfEls = document.getElementById("navigation").getElementsByTagName("LI");
		for (var i=0; i<sfEls.length; i++) {
			sfEls[i].onmouseover=function() {
				this.className+=" sfhover";
			}
			sfEls[i].onmouseout=function() {
				this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
			}
		}
	}
	if (window.attachEvent) window.attachEvent("onload", sfHover);
	
		// INDEX, CL, EL, INT

//CL page headers	
	function changeHeader()
	 {
			adjustDivs();
	 		setTimeout("changeHeader()", 9000);
	 }

// INT page headers
	function changeHeader2()
	 {
			adjustDivsInte();
	 		setTimeout("changeHeader2()", 9000);
	 }

		// EL, INT

	function changeDiv (tabNumber){
		if (tabNumber == 1) {
		document.getElementById("overview").style.display ="block";
		document.getElementById("benefits").style.display ="none";
		document.getElementById("features").style.display ="none";}
		else if (tabNumber == 2) {
		document.getElementById("overview").style.display ="none";
		document.getElementById("benefits").style.display ="block";
		document.getElementById("features").style.display ="none";}
		else {
		document.getElementById("overview").style.display ="none";
		document.getElementById("benefits").style.display ="none";
		document.getElementById("features").style.display ="block";}
		}
		
	
	
	
		// CL

	function changeDivC (tabNumber){
		if (tabNumber == 1) {
		document.getElementById("overview").style.display ="block";
		document.getElementById("rightOverview").style.display ="block";
		document.getElementById("benefits").style.display ="none";
		document.getElementById("rightBenefits").style.display ="none";
		document.getElementById("features").style.display ="none";
		document.getElementById("rightFeatures").style.display ="none";
		document.getElementById("showOverview").style.display ="block";
		document.getElementById("forScreenshots").style.display ="none"; /*added adjustments for screenshots*/
		document.getElementById("features").style.width ="455px";}
		else if (tabNumber == 2) {
		document.getElementById("overview").style.display ="none";
		document.getElementById("rightOverview").style.display ="none";
		document.getElementById("benefits").style.display ="block";
		document.getElementById("rightBenefits").style.display ="block";
		document.getElementById("features").style.display ="none";
		document.getElementById("rightFeatures").style.display ="none";
		document.getElementById("showOverview").style.display ="none";
		document.getElementById("forScreenshots").style.display ="block"; /*added adjustments for screenshots*/
		document.getElementById("features").style.width ="455px";}
		else {
		document.getElementById("overview").style.display ="none";
		document.getElementById("rightOverview").style.display ="none";
		document.getElementById("benefits").style.display ="none";
		document.getElementById("rightBenefits").style.display ="none";
		document.getElementById("features").style.display ="block";
		document.getElementById("rightFeatures").style.display ="block";
		document.getElementById("showOverview").style.display ="none";
		document.getElementById("forScreenshots").style.display ="none"; /*added adjustments for screenshots*/
		document.getElementById("features").style.width ="712px";}
		}
		
	 function adjustDivs1()
	 {
				document.getElementById("divHeaderText1").style.display = "block";		
				document.getElementById("divHeaderText2").style.display = "none";
				document.getElementById("divHeaderText3").style.display = "none";
	 }

	 function adjustDivs2()
	 {
				document.getElementById("divHeaderText1").style.display = "none";		
				document.getElementById("divHeaderText2").style.display = "block";
				document.getElementById("divHeaderText3").style.display = "none";
	 }

	 function adjustDivs3()
	 {
				document.getElementById("divHeaderText1").style.display = "none";		
				document.getElementById("divHeaderText2").style.display = "none";
				document.getElementById("divHeaderText3").style.display = "block";
	 }

	function adjustDivs() {
	 		setTimeout("adjustDivs1()", 2500);
	 		setTimeout("adjustDivs2()", 5000);
	 		setTimeout("adjustDivs3()", 7500);
			}
		// INDEX
					
	function adjustDivsInte() {
	 		setTimeout("adjustDivs1()", 3000);
	 		setTimeout("adjustDivs2()", 7000);
			}


	// EL
		
	function showPanel(panelNumber)
    {
        if (!document.getElementById("infoPanel" + panelNumber))
            return;
            
        if (document.getElementById("infoPanel" + panelNumber).style.display != "none")
            document.getElementById("infoPanel" + panelNumber).style.display = "none";
        else
            document.getElementById("infoPanel" + panelNumber).style.display = "block";
    }


	function expand1()
		{
			if (document.getElementById('title1').className == "collapse")
			document.getElementById('title1').className="expand";
			else
			document.getElementById('title1').className="collapse";
		}

	function expand2()
		{
			if (document.getElementById('title2').className == "collapse")
			document.getElementById('title2').className="expand";
			else
			document.getElementById('title2').className="collapse";
		}

	function expand3()
		{
			if (document.getElementById('title3').className == "collapse")
			document.getElementById('title3').className="expand";
			else
			document.getElementById('title3').className="collapse";
		}
		
		
// FAQ

	function showQuestion(questionNumber)
    {
        if (!document.getElementById("liQuestion" + questionNumber) ||
            !document.getElementById("answer" + questionNumber) ||
			document.getElementById("answer" + questionNumber).style.display != "none")
            return;

        for (var i = 1; i <= 30; i++)
        {
                document.getElementById("liQuestion" + i).className = "inactiveQuestion";
                document.getElementById("answer" + i).style.display = "none";
        }

        document.getElementById("liQuestion" + questionNumber).className = "activeQuestion";
        document.getElementById("answer" + questionNumber).style.display = "block";
    }
    
    function prevPage()
    {
        document.getElementById("questions2").style.display = "none";
        document.getElementById("questions1").style.display = "block";
        
        showQuestion(1);
    }

    function nextPage()
    {
        document.getElementById("questions1").style.display = "none";
        document.getElementById("questions2").style.display = "block";

        showQuestion(16);
    }
	
	// PRESS

	function changeNews (tabNumber){
		if (tabNumber == 0) {
		document.getElementById("jaincoTechNews").style.display ="block";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 1) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="block";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 2) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="block";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 3) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="block";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 4) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="block";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 5) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="block";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 6) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="block";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 7) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="block";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 8) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="block";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 9) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="block";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 10) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="block";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 11) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="block";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 12) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="block";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 13) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="block";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="none";}
		else if (tabNumber == 14) {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="block";
		document.getElementById("photoAssoc").style.display ="none";
		}
		else {
		document.getElementById("jaincoTechNews").style.display ="none";
		document.getElementById("quickPath").style.display ="none";
		document.getElementById("trackerNews").style.display ="none";
		document.getElementById("Weva2").style.display ="none";
		document.getElementById("Fund2").style.display ="none";
		document.getElementById("LS").style.display ="none";
		document.getElementById("OnHollywood").style.display ="none";
		document.getElementById("Dealer").style.display ="none";
		document.getElementById("WEVA").style.display ="none";
		document.getElementById("AlwaysOn").style.display ="none";
		document.getElementById("Takkle").style.display ="none";
		document.getElementById("Adobe").style.display ="none";
		document.getElementById("VWorld").style.display ="none";
		document.getElementById("Zimmerman").style.display ="none";
		document.getElementById("Plus").style.display ="none";
		document.getElementById("photoAssoc").style.display ="block";}
	}

// DASHBOARD

	function expandA()
		{
			if (document.getElementById('title1').className == "dashCollapse")
			document.getElementById('title1').className="dashExpand";
			else
			document.getElementById('title1').className="dashCollapse";
		}

	function expandB()
		{
			if (document.getElementById('title2').className == "dashCollapse")
			document.getElementById('title2').className="dashExpand";
			else
			document.getElementById('title2').className="dashCollapse";
		}

		
        function GetQuerystringParam(querystring, name) 
	    {
		    var i;
		    var arr = querystring.substr(1).split("&");
    		
		    for (i = 0; i < arr.length; i++)
		    {
			    if (arr[i].indexOf(name + "=") == 0)
			    {
				    return arr[i].split("=")[1]; 
				}
		    }
    		
		    return null;
	    }


	// DOwnload
		
	function showQuestions(QuestionNumber)
    {
        if (!document.getElementById("infoQuestion" + QuestionNumber))
            return;
            
        if (document.getElementById("infoQuestion" + QuestionNumber).style.display != "none")
            document.getElementById("infoQuestion" + QuestionNumber).style.display = "none";
        else
            document.getElementById("infoQuestion" + QuestionNumber).style.display = "block";
    }


	function expand1()
		{
			if (document.getElementById('title1').className == "collapses")
			document.getElementById('title1').className="expands";
			else
			document.getElementById('title1').className="collapses";
		}

	function expand2()
		{
			if (document.getElementById('title2').className == "collapses")
			document.getElementById('title2').className="expands";
			else
			document.getElementById('title2').className="collapses";
		}

	function expand3()
		{
			if (document.getElementById('title3').className == "collapses")
			document.getElementById('title3').className="expands";
			else
			document.getElementById('title3').className="collapses";
		}
		
	function expand4()
		{
			if (document.getElementById('title4').className == "collapses")
			document.getElementById('title4').className="expands";
			else
			document.getElementById('title4').className="collapses";
		}

	function expand5()
		{
			if (document.getElementById('title5').className == "collapses")
			document.getElementById('title5').className="expands";
			else
			document.getElementById('title5').className="collapses";
		}

	function expand6()
		{
			if (document.getElementById('title6').className == "collapses")
			document.getElementById('title6').className="expands";
			else
			document.getElementById('title6').className="collapses";
		}

function contestRules() {
mywindow=window.open ('', 'mywindow','resizable=1,width=520,height=520,location=no,scrollbars=1');
mywindow.document.write('<html><head><title>OFFICIAL RULES WEVA Show Contest</title></head><body><div style=\"font-size:12px;font-family:arial;color:#606060\"><p>OFFICIAL RULES WEVA Show Contest<br /> Void outside the 50 United States and where prohibited. Do not proceed in this site if you are not at least 21 years of age and a legal resident of, and located within, one of the 50 United States, or the District of Columbia, \(excluding Puerto Rico\) at the time of entry. NO PURCHASE NECESSARY TO ENTER OR WIN. A PURCHASE WILL NOT INCREASE YOUR CHANCES OF WINNING. Contest begins August 1, 2008, and ends August 31, 2008. Mailed entries must be received by 11:59 pm, E.T., on August 31, 2008. Entries become the property of ImageSpan, Inc. 1750 Bridgeway, Sausalito, CA 94965 \(\"Sponsor\"\) and will not be acknowledged or returned</p>');
mywindow.document.write('<p>ENTRY: Enter Publishing your video at:<br /> licensestream.com<br /> or mailing a postcard to:</p><p>ImageSpan, Inc.<br /> 1750 Bridgeway, Sausalito, CA 94965<br/> There is no cost to register or enter.</p><p>LIMIT: No group entries.</p><p>ELIGIBILITY: Legal residents of the 50 United States, and the District of Columbia, 21 years of age or older are eligible to enter, except employees of Sponsor, and any other organizations affiliated with the sponsorship \[except for WEVA members and their families\], fulfillment, administration, prize support, advertisement or promotion and/or their respective agents, affiliates, subsidiaries and members of their immediate families or persons residing at the same address.</p>');
mywindow.document.write('<p>WINNER SELECTION AND PRIZING: On or about August 31, 2008, a random drawing from among all eligible entries received will be conducted under Sponsor\'s supervision. One \(1\) winner will win an iPod nano \($150 value\) including the cost of shipping.  Prize is awarded "as is" with no warranty or guarantee express or implied by Sponsor. Sponsor disclaims all and any liability for any third-party product or service accepted by the winner. The awarding of any prize is contingent upon full compliance with these Official Rules. Entrants agree to be bound by Official Rules and agree that if winner fails to provide proof of identity, is found to have violated Official Rules, or otherwise does not meet eligibility criteria, prize will be forfeited and awarded to an alternate winner in a random drawing. Entrants understand that Sponsor is not liable for injuries, losses, or damages of any kind arising from participation in this promotion and acceptance, possession, and use of prize. Sponsor is not responsible for any typographical or other error in the printing of the offer, administration of the contest or in the announcement of the prize. Decisions of Sponsor are final and binding in all respects. One \(1\) grand prize winner will be selected upon the basis of publishing the most videos to the WEVA LicenseStream Gallery prior to midnight on August 31, 2008.  In the case of a tie or ties, Sponsor will put each of the names of the eligible contestants who have tied into a jar and pick one to be awarded the grand prize.<p><p>ODDS of winning depend upon the number of eligible entries received.</p><p>PRIVACY: By entering and providing the required entry information, you acknowledge that Sponsor may also send you information, samples or special offers it believes may be of interest to you about its publications or other complementary goods offered by Sponsor. Information collected from online entrants is subject to Sponsor\'s online privacy policy at <a href=\"http://www.licensestream.com/licensestreamportal/privacy.html\" target=\"new\" style=\"color:#000000\">																																																																																																																																																																																																																																																																																																		http://www.licensestream.com/licensestreamportal/privacy.html</a>. IF YOU DO NOT WISH TO SHARE YOUR INFORMATION, PLEASE DO NOT ENTER THIS PROMOTION.</p>');
mywindow.document.write('<p>DISPUTE RESOLUTION: Except where prohibited, by participating in this contest entrants agree that: All issues and questions concerning the construction, validity, interpretation and enforceability of these Official Rules, or the rights and obligations of participant\(s\) and Sponsor and its agents shall be governed by and construed exclusively in accordance with the laws of the State of California without giving effect to any principles of conflicts of law of any jurisdiction. Entrant agrees that any action at law or in equity arising out of or relating to this contest, or awarding of the prize, shall be filed only in the state or federal courts located in the State of California  and entrant hereby consents and submits to the personal jurisdiction of such courts for the purposes of litigating any such action. Except where prohibited, by participating in this Contest, entrant agrees that: \(a\) any and all disputes, claims, and causes of action arising out of or connected with this Contest, or awarding of the prize, shall be resolved individually, without resort to any form of class action; and \(b\) any and all claims, judgments and awards shall be limited to actual out-of-pocket costs incurred, including costs associated with participating in this Contest but in no event attorneys\' fees; and \(c\) under no circumstances will any participant be permitted to obtain awards for and hereby waives all rights to claim punitive, incidental and consequential damages and any other damages, other than for actual out-of-pocket expenses, and any and all rights to have damages multiplied or otherwise increased. Some jurisdictions do not allow the limitations or exclusion of liability for incidental or consequential damages, so the above may not apply to you.</p><p>OTHER: Sponsor assumes no responsibility for entries it is unable to process due to network, hardware or other technical failures; or any other reason, or incomplete, damaged, misdirected, or lost entries. Sponsor reserves the right, in its sole discretion to disqualify any person tampering with the entry process, the operation of the web site or otherwise in violation of the rules. Sponsor further reserves the right, in its sole discretion, to cancel, terminate or modify this promotion if not capable of completion as planned, including infection by computer virus, technical corruption, non-authorized human intervention or force majeure. In the event of cancellation, Sponsor reserves the right to select winner from among all eligible entries received prior to date of cancellation. The use of automated entry systems or any other conduct that impedes the integrity of the contest is prohibited. In the event of a dispute regarding online entry, entry will be deemed made by the holder of an established e-mail account associated with the entry.</p><p>GENERAL: Except where prohibited by law: \(i\) entry constitutes permission to use winner\'s entry, name, hometown, voice, likeness, photograph or video and any statements regarding this contest for editorial, public relations, promotional and advertising purposes on behalf of Sponsor without compensation; \(ii\) potential winner will be required to complete and return an Affidavit of Eligibility and Release of Liability/Publicity within ten \(10\) days of notification or an alternate winner may be selected by random drawing. If winner notification is returned as undeliverable, an alternate winner may be selected by random drawing. By participating and winning a prize, winner releases Sponsor, its parents, affiliates, subsidiaries and agencies and their respective directors, officers, employees and agents from any and all liability with respect to the prize won and participation in the contest. Subject to all U. S. federal, state and local laws and regulations. Void where prohibited. Taxes on prize are the sole responsibility of the winner. Winners will be issued a 1099 tax form in the amount of the prize value as stated herein. For winner\'s name, available after August 31, 2008, send a separate, self-addressed, stamped envelope to ImageSpan, Inc.  1750 Bridgeway, Sausalito, CA 94965.</p></div></body></html>');
}

function contestRulesTwo() {
mywindow=window.open ('', 'mywindow','resizable=1,width=550,height=520,location=no,scrollbars=1');
mywindow.document.write('<html><head><title>ImageSpan LicenseStream Creator \'\'Create :30s Commercial\'\' Contest</title></head><body><div style=\"font-size:12px;font-family:arial;color:#606060\"><p><b style=\"font-size:14px;\">ImageSpan LicenseStream Creator \'\'Create :30s Commercial\'\' Contest Official Rules (the \'\'Official Rules\'\')</b></p><p>NO PURCHASE NECESSARY TO ENTER OR WIN. A PURCHASE DOES NOT INCREASE YOUR ODDS OF WINNING. ODDS OF WINNING DEPEND ON THE NUMBER OF PARTICIPANTS.</p>');
mywindow.document.write('<p>The ImageSpan LicenseStream Creator \'\'Create :30s Commercial\'\' (the \'\'Contest\'\') is open to residents of the United States. Void in Puerto Rico.  Void where prohibited.  All federal, state, and local laws and regulations apply.</p><p><b>Contest Dates:</b> The Contest registration shall begin at 12:00 am PST on <b><i>November 15th, 2008</i></b> and end at 11:59 pm PST on <b><i>December 31st, 2008</i>.</b>  Contest submissions will begin at 12:00 am PST on <b><i>November 15th, 2008</i></b> and end at 11:59 pm PST on <b><i>January 15th, 2009</i>.</b></p><p>The Contest is sponsored solely by ImageSpan, L.L.C., <b>1750 Bridgeway, Suite A-100, Sausalito, CA 94965</b> USA (the \'\'Company\'\'). These Official Rules shall govern the Contest, and by entering the Contest participant agrees to be bound by these Official Rules.</p><p><b>ELIGIBILITY &amp\; LIMITATIONS</b><br/>Participants must be legal U.S. residents at least 18-years old.  Only one \(1\) prize per household.  Employees, officers, and directors of Company, their affiliates, subsidiaries, advertising, promotion, and fulfillment agencies, their immediate family members and persons living in their same household, are not eligible to participate in the Contest.</p>');
mywindow.document.write('<p><b>DESCRIPTION OF CONTEST/PARTICIPATION</b></p><p>How to Enter:<br/>Register by logging on to <a href=\"http://www.licensestream.com/weva\" style=\"color:#106ab5\" target=\"new\">www.licensestream.com/weva</a> a LicenseStream website and fill out the registration form to be entered into the contest. Once registered an email will be sent to the email addressed registered on the form with the submission information and logos required. One entry per person. Valid Contest entries must contain all information requested. Incomplete entries and entries submitted by one individual via multiple email addresses, and/or mechanically generated entries, may be discarded and may result in total and permanent disqualification from the Contest.  In order to be eligible, entries must be received no later than 11:59 PM PST on <i>January 15th, 2009</i>.  All entries become the exclusive property of Company, and will not be acknowledged or returned.</p><p><b>Selection of Winners</b><br/>The winners will be selected by a panel of judges made up of ImageSpan employees, and outside consultants on or about <b><i>January 31st,2009, 12:00pm PST but ImageSpan may elect to do so earlier but after the contest end date of January 15th, 2009.</i></b>  One winner will be selected.  Company will attempt to notify winners by e-mail or phone within 10 business days of the selection. Winner will have 10 business days from notification to accept the prize by e-mail to \'\'contests@imagespan.com\'\'.  Company is not responsible for and shall not be liable for late, lost, misdirected, or unsuccessful efforts to notify winners.</p><p><b>PRIZE\(S\)</b><br/><b><i>Grand Prize \(One\):</i> $500 American Express Gift Card Prize</b></p><p><b><i>2nd Runner-Up Prize:</i> $250.00 B&H Gift Card \(retail $250.00/unit\)</b></p><p><b><i>3rd Runner-Up Prize:</i> $100.00 B&H Gift Card \(retail $100.00/unit\)</b></p>');
mywindow.document.write('<p>Gift card must be redeemed through B&H Stores and/or at www.bhphotovideo.com.  Usable only by persons above age 13 in the United States.  The gift card cannot be exchanged or redeemed for cash.</p><p>All necessary steps must be taken and all prizes must be redeemed by a winner within 30 days after being notified he or she has won, including providing signed copies of an affidavit of eligibility and liability release and tax forms. If a selected winner cannot be contacted, is ineligible, fails to claim a prize, or fails to timely return the completed and executed affidavit, releases and tax forms as required, prize may be forfeited at Company\'s sole discretion and an alternate winner will be selected.</p><p>No substitution or transfer of any of the prizes by the winners is permitted, although Company reserves the right to substitute a prize of equal or greater monetary value.</p>');
mywindow.document.write('<p><b>DISCLAIMERS AND LIABILITY RELEASE</b><br/>Company, agents and representatives of Company, and their affiliates, subsidiaries, advertising, promotion and fulfillment agencies, and legal advisors are not responsible for and shall not be liable for: (i) late, lost, delayed, damaged, misdirected, incomplete, illegible, or unintelligible entries; (ii) telephone, electronic, hardware or software program, network, Internet, or computer malfunctions, failures, or difficulties of any kind; (iii) failed, incomplete, garbled or delayed computer transmissions; (iv) the downloading of any material in connection with the Contest; (v) any condition caused by events beyond the control of Company that may cause the Contest to be disrupted or corrupted; (vi) any injuries, losses, or damages of any kind arising in connection with or as a result of a prize, or acceptance, possession, or use of a prize, or from participation in the Contest; or (vii) any printing or typographical errors in any materials associated with the Contest.</p><p>COMPANY MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, REGARDING ANY PRIZE OR YOUR PARTICIPATION IN THE CONTEST.  BY PARTICIPATING IN THE CONTEST, EACH PARTICIPANT  AGREES TO RELEASE AND HOLD COMPANY AND THE EMPLOYEES, OFFICERS, DIRECTORS, SHAREHOLDERS, AGENTS, REPRESENTATIVES OF COMPANY, THEIR AFFILIATES, SUBSIDIARIES, ADVERTISING, PROMOTION, AND FULFILLMENT AGENCIES, AND LEGAL ADVISORS, HARMLESS FROM ANY AND ALL LOSSES, DAMAGES, RIGHTS, CLAIMS AND ACTIONS OF ANY KIND IN CONNECTION WITH THE CONTEST OR RESULTING FROM ACCEPTANCE, POSSESSION OR USE OF ANY PRIZE, INCLUDING WITHOUT LIMITATION, PERSONAL INJURY, DEATH, AND PROPERTY DAMAGE, AND CLAIMS BASED ON PUBLICITY RIGHTS, DEFAMATION, OR INVASION OF PRIVACY.</p><p><b>PUBLICITY</b><br/>Each winner will be required to sign and return an affidavit of eligibility and liability release, and, where lawful, a publicity consent, all within 10 business days of acknowledged notification. By accepting and/or using any prize, winner agrees to the use of winner\'s name, voice, and/or likeness for the purpose of advertising, trade, or promotion of Company without further compensation, unless prohibited by law.  Furthermore, winner agrees that any and all materials submitted for entry into the contest which may include but are not limited to video, digital video, graphics and any other materials used in the creation of the commercial spot may be used for the purpose of advertising, trade, or promotion of Company without further compensation, unless prohibited by law.</p><p><b>TAXES</b><br/>Any valuation of the prize(s) stated above is based on available information provided to Company, and the value of any prize awarded to a winner may be reported for tax purposes as required by law. Each winner is solely responsible for reporting and paying any and all applicable taxes and paying any expenses associated with any prize(s). Each winner may be required to provide Company with valid identification and a valid taxpayer identification number or social security number before any prize will be awarded.</p><p><b>CONDUCT & DECISIONS</b><br/>By entering, each participant agrees to abide by the decisions of Company, which shall be final, in connection with Contest.  Company reserves the right to disqualify and prosecute to the fullest extent permitted by law any participant or winner who, in Company\'s reasonable suspicion, tampers with Company\'s site, the entry process, intentionally submits more than a single entry, violates these Official Rules, or acts in an unsportsmanlike or disruptive manner. Company reserves the right to suspend or terminate this Contest, modify these Official Rules or make such other decisions regarding the outcome as Company deems appropriate in its sole discretion, including in the event the conduct or outcome of the Contest is affected by human error, any mechanical malfunctions or failures of any kind, intentional interference or any event beyond the control of Company.</p>');
mywindow.document.write('<p><b>MISCELLANEOUS</b><br/>For a copy of the Official Rules or a list of winners, please send your request by mail by [January 15, 2009] with a stamped, self-addressed return envelope with contest name and addressed to:</p>ImageSpan.<br/>ATTN: Marketing Contests &#8211\; ImageSpan LicenseStream Creator \'\'Create :30s Commercial\'\' Contest<br/>1750 Bridgeway, Suite A-100<br/>Sausalito, CA  94965<p>Company collects personal information from you when you enter the Contest.  Please review Company\'s privacy policy at <a href=\"http://www.licensestream.com/licensestreamportal/privacy.html\" style=\"color:#106ab5\" target=\"_blank\">http://www.licensestream.com/licensestreamportal/privacy.html</a> before you enter the Contest.  To be removed from our direct mail, email or fax lists send your request to:</p>ImageSpan.<br/>ATTN: Marketing Web Contests &#8211\; ImageSpan LicenseStream Creator \'\'Create :30s Commercial\'\' Contest<br/>1750 Bridgeway, Suite A-100<br/>Sausalito, CA  94965<p>The Contest and the rights and obligations of Company and participants will be governed and controlled by the laws of the State of California, applicable to contracts made and performed therein without reference to the applicable choice of law provisions.  All actions, proceedings or litigation relating hereto will be instituted and prosecuted solely within Marin County in the State of California.  The parties consent to the jurisdiction of the state courts of California and federal court located within such county with respect to any action, dispute or other matter pertaining to or arising out of the Contest.</p></div></body></html>');
}

function lightRoom2() {
mywindow2=window.open ('', 'mywindow2','resizable=1,width=520,height=520,location=no,scrollbars=1');
mywindow2.document.write('<html><head><title>Lightroom 2 Users</title></head><body><div style=\"font-size:12px;font-family:arial;color:#606060\"><p><b>Attention Lightroom 2 Users</b></p><p>If your image metadata is not transferring properly when you upload to LicenseStream using Lightroom 2, please read this notice for an explanation as to the cause and how to fix it. We at ImageSpan want you to have the best online experience when licensing and publishing your content using LicenseStream.</p><p>The LicenseStream Plug-in for Lightroom is compatible with Lightroom 2. However, you may experience an issue when transferring metadata entered in Lightroom if using a Lightroom 1.4 Catalog converted to Lightroom2. In this scenario, you may find that your images upload to LicenseStream properly, however metadata entered into Lightroom, such as keywords, may not be imported.</p>');
mywindow2.document.write('<p>NOTE: New Lightroom 2 Catalogs are unaffected. If you experience an issue uploading metadata when using a new, unconverted Lightroom 2 Catalog, please contact us at <a href=\"mailto:support@licensestream.com\" style=\"color:#000000;\">support@licensestream.com</a>.</p><p><b><u>What To Do:</u></b></p>If your image metadata is not being transferred to LicenseStream, and you are using a catalog converted from Lightroom 1.4, you will want to switch to a \"new\" Lightroom 2 Catalog. To do so\:<ol><li>Select <b>New Catalog</b> from Lightroom\'s <b>File Menu</b>.</li><li>In the dialog that pops-up, enter a Name and Location for the folder to store your new catalog. With the new catalog created, you can re-import your image collection.</li><li>Click the <i>Import</i> button at the bottom of the left-screen Library pane, then select the folder\(s\) with your images. To save hard-disk space, you can choose to keep the files in their original location.</li><li>Once you\'ve specified the import settings you like, click <i>Import</i> to populate your new Lightroom 2 Catalog with your images.</li></ol>');
mywindow2.document.write('<p>If you have additional questions, please contact us at <a href=\"mailto:support@licensestream.com\" style=\"color:#000000;\">support@licensestream.com</a>, and please stay tuned for future updates.</p><p><i>Once again, this issue affects Lightroom 2 Users with catalogs converted from Lightroom 1.4. It does not affect Lightroom 2 users with native Lightroom 2 catalogs, nor does it affect Lightroom 1.4 users.</i></p>');
}

function whitePaperForm() {
mywindow3=window.open ('emailAlert.html', 'mywindow2','resizable=1,width=520,height=520,location=no,scrollbars=1');
}