var standardsadspecs = "";

standardsadspecs += '<p class="firstparagraph">Standard Ad Specs</p>';
standardsadspecs += '<p> </p>';
standardsadspecs += '<table border="1" cellpadding="5" cellspacing="0" >';
standardsadspecs += '<tbody>';
standardsadspecs += '<tr>';
standardsadspecs += '<th>Ad Product</th>';
standardsadspecs += '<th>Dimensions</th>';
standardsadspecs += '<th>File Size</th>';
standardsadspecs += '<th>Format</th>';
standardsadspecs += '<th>Looping</th>';
standardsadspecs += '</tr>';
standardsadspecs += '<tr>';
standardsadspecs += '<td align="center">728x90 (Banner)</td>';
standardsadspecs += '<td align="center">728x90</td>';
standardsadspecs += '<td align="center">40k<br></td>';
standardsadspecs += '<td align="center"><p>.swf/.jpg/.gif/3rd party</p>';
standardsadspecs += '<td align="center"><p>3 loops Max / 30s per loop</p>';
standardsadspecs += '<p>&nbsp;</p></td>';
standardsadspecs += '</tr>';

        
standardsadspecs += '<tr>';
standardsadspecs += '<td align="center">300x250 (Rectangle)</td>';
standardsadspecs += '<td align="center">300x250</td>';
standardsadspecs += '<td align="center">40k<br></td>';
standardsadspecs += '<td align="center"><p>.swf/.jpg/.gif only</p>';
standardsadspecs += '<td align="center"><p>3 loops Max / 30s per loop</p>';
standardsadspecs += '<p>&nbsp;</p></td>';
standardsadspecs += '</tr>';

standardsadspecs += '<tr>';
standardsadspecs += '<td align="center">160x600 (Skyscrapper)</td>';
standardsadspecs += '<td align="center">160x600</td>';
standardsadspecs += '<td align="center">40k<br></td>';
standardsadspecs += '<td align="center"><p>.swf/.jpg/.gif/3rd party</p>';
standardsadspecs += '<td align="center"><p>3 loops Max / 30s per loop</p>';
standardsadspecs += '<p>&nbsp;</p></td>';
standardsadspecs += '</tr>';
standardsadspecs += '</tbody>';
standardsadspecs += '</table>';

standardsadspecs += '<p class="firstparagraph">*NOTE: If site served Flash (.swf), the client must provide:</p>';
standardsadspecs += '<p>A clickthrough URL or click command/click tracker tag';
standardsadspecs += '<p>MTVN will implement a plug-in sniffer script; users without the Flash plug-in will be served the advertiser provided .jpg/.gif alternate.';
standardsadspecs += '<p>Flash plug-in will be served the advertiser provided .jpg/.gif alternate. ';
standardsadspecs += '<p>&nbsp;</p>';

standardsadspecs += '<p class="firstparagraph">Flash "clickTag" Specs </p>';
standardsadspecs += '<p> In order for MTVN to properly track and report clicks with site   	served flash ads, please ensure all ads have the clickTag properly implemented. Adobe/Macromedia currently recommends a "clickTag" method to track clicks for flash ads. This method uses variables to pass the click tracking string and URL into the Flash creative movies. As a result, the only text in the URL box is _level0.clickTag (underscore level ZERO period clickTag). _level0. (underscore level zero period) is included for   	"pathing" purposes to ensure that Flash can properly locate the variable. </p>';
standardsadspecs += '<ul>';
standardsadspecs += '<li> Transparent Button object layered on top of clickable area </li>';
standardsadspecs += '<li> Button clickthrough URL: _level0.clickTag (underscore level ZERO period clickTag) </li>';
standardsadspecs += '<li> Target window is set to "_blank" </li>';
standardsadspecs += '<li> Variables is set to "Do not send" </li>';
standardsadspecs += '<li> Active Clickthrough URLs must accompany submission of flash files in .txt/.xls file </li>';
standardsadspecs += '</ul>';
standardsadspecs += '<p><strong>AS 3 ClickTag Functions for site served Flash files (.swf)</strong> </p>';
standardsadspecs += '<ul><p> var paramList:Object = this.root.loaderInfo.parameters; <br>';
standardsadspecs += 'myButton.addEventListener(MouseEvent.CLICK, openURL);<br>';
standardsadspecs += 'function openURL(evtObj:MouseEvent):void {<br>';
standardsadspecs += '    var request:URLRequest = new URLRequest(paramList["clickTag"]);<br>';
standardsadspecs += '    navigateToURL(request, "_blank");<br>';
standardsadspecs += '}</p></ul>';
standardsadspecs += '<p><strong>AS 2 ClickTag Functions for site served Flash files (.swf)</strong> </p>';
standardsadspecs += '<ul><p> on (release) <br>';
standardsadspecs += '{ <br>';
standardsadspecs += 'getURL(_level0.clickTag, &quot;_blank&quot;); <br>';
standardsadspecs += '}</p>';
standardsadspecs += '<p><strong>For flash files with multiple clickable areas, we accept multiple clickTags as follows:</strong></p>';
standardsadspecs += '<p> clickTag (clickable area A)</p>';
standardsadspecs += '<p> on (release) <br>';
standardsadspecs += '{ <br>';
standardsadspecs += 'getURL(_level0.clickTag, &quot;_blank&quot;); <br>';
standardsadspecs += '}<br>';
standardsadspecs += '</p>';
standardsadspecs += '<p> clickTag (clickable area B)</p>';
standardsadspecs += '<p> on (release) <br>';
standardsadspecs += '{ <br>';
standardsadspecs += 'getURL(_level0.clickTag1, &quot;_blank&quot;); <br>';
standardsadspecs += '}<br>';
standardsadspecs += '</p>';
standardsadspecs += '<p> clickTag (clickable area C)</p>';
standardsadspecs += '<p> on (release) <br>';
standardsadspecs += '{ <br>';
standardsadspecs += 'vgetURL(_level0.clickTag2, "_blank"); <br>';
standardsadspecs += '}<br>';
standardsadspecs += '</p>';
standardsadspecs += '<p class="style1">NOTE: clickTag is case sensitive<br>';
standardsadspecs += 'Hard coded clickthrough URLs will not be accepted </p>';
standardsadspecs += '</ul>';

standardsadspecs += '<br>';
standardsadspecs += 'The implementation is different for each version of Flash, please refer to Adobe documentation for specific instructions and syntax for using the clickTag variable and the getURL action.';
standardsadspecs += '<br>';
standardsadspecs += '<a href="http://www.adobe.com/resources/richmedia/tracking/" target="_blank">http://www.adobe.com/resources/richmedia/tracking/</a>';
standardsadspecs += '<br>';
standardsadspecs += '<a href="http://www.adobe.com/resources/richmedia/tracking/adserving_guide" target="_blank">http://www.adobe.com/resources/richmedia/tracking/adserving_guide/</a>';
standardsadspecs += '<br>';
standardsadspecs += '<a href="http://www.adobe.com/resources/richmedia/tracking/designers_guide/" target="_blank">http://www.adobe.com/resources/richmedia/tracking/designers_guide/</a>';

standardsadspecs += '<p></p>';


document.write(standardsadspecs);

