ÿþ<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Language" content="en-us"> <style type="text/css"> #dropmenudiv{ position:absolute; background-color: #fffff0; border:1px solid black; border-bottom-width: 0; font:normal 12px Verdana; line-height:18px; z-index:100; } #dropmenudiv a{ width: 100%; display: block; text-indent: 3px; border-bottom: 1px solid black; padding: 1px 0; text-decoration: none; font-weight: bold; } #dropmenudiv a:hover{ /*hover background color*/ background-color: Pink; } /* Sample CSS definition for the example list. Remove if desired */ .navlist li { list-style-type: square; width: 135px; background-color: #FFFFB9; } </style> <script type="text/javascript"> /*********************************************** * AnyLink Vertical Menu- © Dynamic Drive (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit http://www.dynamicdrive.com/ for full source code ***********************************************/ //Contents for menu 1 var menu1=new Array() menu1[0]='<a href="center_image_filter.htm" target="">Center Image Filter</a>' menu1[1]='<a href="center_focus_filter.htm" target="">Center Focus Filter</a>' menu1[2]='<a href="center_spot_filter.htm" target="">Center Spot Filter</a>' menu1[3]='<a href="diffuser_d1_filter.htm" target="">Diffuser D1 (Diffuser)</a>' menu1[4]='<a href="diffuser_d2_filter.htm" target="">Diffuser D2 (Softon)</a>' menu1[5]='<a href="diffuser_d3_filter.htm" target="">Diffuser D3 (Duto)</a>' menu1[6]='<a href="diffuser_d4_filter.htm" target="">Diffuser D4 <BR>(Special Softon)</a>' menu1[7]='<a href="FD_color_filter.htm" target="">FD Color Filter</a>' menu1[8]='<a href="nd_color_filter.htm" target="">ND Color Filter</a>' menu1[9]='<a href="sepia_color_filter.htm" target="">Sepia Color Filter</a>' menu1[10]='<a href="red_color_filter.htm" target="">Red Color Filter</a>' menu1[11]='<a href="yellow_color_filter.htm" target="">Yellow Color Filter</a>' menu1[12]='<a href="Green_color_filter.htm" target="">Green Color Filter</a>' menu1[13]='<a href="orange_color_filter.htm" target="">Orange Color Filter</a>' menu1[14]='<a href="blue_color_filter.htm" target="">Blue Color Filter</a>' menu1[15]='<a href="80A_color_filter.htm" target="">80A Color Filter</a>' menu1[16]='<a href="80B_color_filter.htm" target="">80B Color Filter</a>' menu1[17]='<a href="80C_color_filter.htm" target="">80C Color Filter</a>' menu1[18]='<a href="lpl_filter.htm" target="">Linear polarize (LPL)</a>' menu1[19]='<a href="cpl_filter.htm" target="">Circular polarize (CPL)</a>' menu1[20]='<a href="rainbow_filter.htm" target="">Rainbow Filter</a>' menu1[21]='<a href="rainbow_filter_SQ.htm" target="">Rainbow-SQ Filter</a>' menu1[22]='<a href="rainbow_filter_12x.htm" target="">Rainbow-12X Filter</a>' menu1[23]='<a href="rainbow_filter_CR.htm" target="">Circular Rainbow Filter</a>' //Contents for menu 2 var menu2=new Array() menu2[0]='<a href="close_up_kit.htm">Close Up Lens Kit</a>' menu2[1]='<a href="color_filter_kit.htm">Color Filter Kit</a>' menu2[2]='<a href="Diffuser_filter_kit.htm">Diffuser Filter Kit</a>' menu2[3]='<a href="graduated_filter_kit.htm">Graduated Filter Kit</a>' menu2[4]='<a href="special_effect_kit.htm">Special Effect Filter kit</a>' menu2[5]='<a href="28_filter_kit.htm">28 Filter Kit</a>' menu2[6]='<a>80A, 80B & 80C</a>' //Contents for menu 3, and so on var menu3=new Array() menu3[0]='<a href="http://www.accessory-camera.com/Back_packs_Camera_bags.htm">Back Pack Camera Bags</a>' menu3[1]='<a>Shoulder camera Bags</a>' menu3[2]='<a>Holester Camera Bags</a>' menu3[3]='<a>Digital Camera Bags</a>' //Contents for menu 4, and so on var menu4=new Array() menu4[0]='<a>Camera Straps 1.5</a>' menu4[1]='<a>Camera Straps 2.5</a>' //Contents for menu 5, and so on var menu5=new Array() menu5[0]='<a>Flash Extension 1M</a>' menu5[1]='<a>Flash Extension 2M</a>' menu5[2]='<a>Flash Extension 3M</a>' menu5[3]='<a>Flash Extension 5M</a>' menu5[4]='<a>Flash Extension 8M</a>' menu5[5]='<a>Flash Extension 10M</a>' //Contents for menu 6, and so on var menu6=new Array() menu6[0]='<a>For Nikon</a>' menu6[1]='<a>For Canon MD</a>' menu6[2]='<a>For Canon FD</a>' menu6[3]='<a>For Canon Eos</a>' menu6[4]='<a>For Minolta MD</a>' menu6[5]='<a>For Minolta Maxxum</a>' menu6[6]='<a>For Olympus</a>' menu6[7]='<a>For Olympus 4/3</a>' menu6[8]='<a>For Pentax Screw</a>' menu6[9]='<a>For Pentax - K</a>' menu6[10]='<a>For Yashica/Contax</a>' menu6[11]='<a>For Cosina</a>' //Contents for menu 24, and so on var menu24=new Array() menu24[0]='<a href="http://www.accessory-camera.com/custom_projects.htm">Customized Items/Project</a>' var disappeardelay=250 //menu disappear speed onMouseout (in miliseconds) var horizontaloffset=2 //horizontal offset of menu from default location. (0-5 is a good value) /////No further editting needed var ie4=document.all var ns6=document.getElementById&&!document.all if (ie4||ns6) document.write('<div id="dropmenudiv" style="visibility:hidden;width: 160px" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>') function getposOffset(what, offsettype){ var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop; var parentEl=what.offsetParent; while (parentEl!=null){ totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop; parentEl=parentEl.offsetParent; } return totaloffset; } function showhide(obj, e, visible, hidden, menuwidth){ if (ie4||ns6) dropmenuobj.style.left=dropmenuobj.style.top=-500 dropmenuobj.widthobj=dropmenuobj.style dropmenuobj.widthobj.width=menuwidth if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover") obj.visibility=visible else if (e.type=="click") obj.visibility=hidden } function iecompattest(){ return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body } function clearbrowseredge(obj, whichedge){ var edgeoffset=0 if (whichedge=="rightedge"){ var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15 dropmenuobj.contentmeasure=dropmenuobj.offsetWidth if (windowedge-dropmenuobj.x-obj.offsetWidth < dropmenuobj.contentmeasure) edgeoffset=dropmenuobj.contentmeasure+obj.offsetWidth } else{ var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18 dropmenuobj.contentmeasure=dropmenuobj.offsetHeight if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move menu up? edgeoffset=dropmenuobj.contentmeasure-obj.offsetHeight if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either? (position at top of viewable window then) edgeoffset=dropmenuobj.y } } return edgeoffset } function populatemenu(what){ if (ie4||ns6) dropmenuobj.innerHTML=what.join("") } function dropdownmenu(obj, e, menucontents, menuwidth){ if (window.event) event.cancelBubble=true else if (e.stopPropagation) e.stopPropagation() clearhidemenu() dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv populatemenu(menucontents) if (ie4||ns6){ showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth) dropmenuobj.x=getposOffset(obj, "left") dropmenuobj.y=getposOffset(obj, "top") dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+obj.offsetWidth+horizontaloffset+"px" dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+"px" } return clickreturnvalue() } function clickreturnvalue(){ if (ie4||ns6) return false else return true } function contains_ns6(a, b) { while (b.parentNode) if ((b = b.parentNode) == a) return true; return false; } function dynamichide(e){ if (ie4&&!dropmenuobj.contains(e.toElement)) delayhidemenu() else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget)) delayhidemenu() } function hidemenu(e){ if (typeof dropmenuobj!="undefined"){ if (ie4||ns6) dropmenuobj.style.visibility="hidden" } } function delayhidemenu(){ if (ie4||ns6) delayhide=setTimeout("hidemenu()",disappeardelay) } function clearhidemenu(){ if (typeof delayhide!="undefined") clearTimeout(delayhide) } </script> <link rel="stylesheet" type="text/css" href="sdmenu.css" /> <script type="text/javascript" src="sdmenu.js"> /*********************************************** * Slashdot Menu script- By DimX * Submitted to Dynamic Drive DHTML code library: http://www.dynamicdrive.com * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ </script> <script type="text/javascript"> // <![CDATA[ var myMenu; window.onload = function() { myMenu = new SDMenu("my_menu"); myMenu.init(); myMenu.speed = parseInt(1); // myMenu.oneSmOnly = "true"; }; // ]]> </script> <title>Accessory Camera News Page - Check for new product announcement. </title> <link rel="stylesheet" type="text/css" href="_themes/aftrnoon/aftr1111.css"> <meta name="Accessory Camera Theme" content="aftrnoon 1111, default"> <meta name="Accessory Camera Border" content="tlb, default"> <SCRIPT language=javascript src="translate.js"></SCRIPT> </head> <body background="_themes/aftrnoon/background_aftrnoon.gif"><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td> <p><TABLE WIDTH="778" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER"> <TR> <TD ALIGN="CENTER" HEIGHT="19"><STRONG>Language &#187;</STRONG><IMG SRC="images/zero.gif" BORDER="0" WIDTH="10" HEIGHT="8" VSPACE="0"><A HREF='javascript:translator("en|es")'><IMG SRC="images/flag-espanol.gif" ALT="Espaol" BORDER="0" HSPACE="4" ALIGN="ABSMIDDLE" VSPACE="4" WIDTH="21" HEIGHT="15">Espa&ntilde;ol</A><IMG SRC="images/zero.gif" WIDTH="4" HEIGHT="1" BORDER="0"><A HREF='javascript:translator("en|fr")'><IMG SRC="images/flag-france.gif" ALT="Franais" BORDER="0" HSPACE="4" ALIGN="ABSMIDDLE" VSPACE="4" WIDTH="21" HEIGHT="15">Fran&ccedil;ais</A><IMG SRC="images/zero.gif" WIDTH="4" HEIGHT="1" BORDER="0"><A HREF='javascript:translator("en|de")'><IMG SRC="images/flag-deutch.gif" ALT="Deutsch" BORDER="0" HSPACE="4" ALIGN="ABSMIDDLE" VSPACE="4" WIDTH="21" HEIGHT="15">Deutsch</A><IMG SRC="images/zero.gif" WIDTH="4" HEIGHT="1" BORDER="0"><A HREF='javascript:translator("en|it")'><IMG SRC="images/flag-italy.gif" ALT="Italiano" BORDER="0" HSPACE="4" ALIGN="ABSMIDDLE" VSPACE="4" WIDTH="21" HEIGHT="15">Italiano</A><IMG SRC="images/zero.gif" WIDTH="4" HEIGHT="1" BORDER="0"><A HREF="javascript:translator('en|pt')"><IMG SRC="images/flag-portugues.gif" ALT="Portugus" BORDER="0" HSPACE="4" ALIGN="ABSMIDDLE" VSPACE="4" WIDTH="21" HEIGHT="15">Portugu&ecirc;s</A><IMG SRC="images/zero.gif" WIDTH="4" HEIGHT="1" BORDER="0"><A HREF="javascript:translator('en')"><IMG SRC="images/flag-english.gif" ALT="English" BORDER="0" HSPACE="4" ALIGN="ABSMIDDLE" VSPACE="4" WIDTH="21" HEIGHT="15">English</A></TD> </TR> </TABLE><br> <table><tr><td width=82%> <img src="images/logo.gif" alt="[Find new product annoucement in this page. Usually, 2-4 items are added in a calender year]" border="0"> </td><td width=18%><a href="livechat.htm" target="_new"><img src="images/livechat.GIF" alt="[Click to chat]" border="0"></a></td></tr></table> <a href="index.htm"><img src="_derived/home_cmp_citrus000_gbtn.gif" width="95" height="20" border="0" alt="Home" align="middle"></a> <a href="feedback.htm"><img src="_derived/feedback_htm_cmp_citrus000_gbtn.gif" width="95" height="20" border="0" alt="Feedback" align="middle"></a> <script language="JavaScript"><!-- MSFPhover = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 ))); function MSFPpreload(img) { var a=new Image(); a.src=img; return a; } // --></script><script language="JavaScript"><!-- if(MSFPhover) { MSFPnav1n=MSFPpreload("_derived/ext1010_cmp_citrus110_hbtn.gif"); MSFPnav1h=MSFPpreload("_derived/ext1010_cmp_citrus110_hbtn_a.gif"); } // --></script><a href="http://www.accessory-camera.com/catalog/index.php" language="JavaScript" onmouseover="if(MSFPhover) document['MSFPnav1'].src=MSFPnav1h.src" onmouseout="if(MSFPhover) document['MSFPnav1'].src=MSFPnav1n.src"><img src="_derived/ext1010_cmp_citrus110_hbtn.gif" width="140" height="60" border="0" alt="Online store" align="middle" name="MSFPnav1"></a></p> </td></tr><!--msnavigation--></table><!--msnavigation--><table dir="ltr" border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="top" width="1%"> <P> <div style="float: Left" id="my_menu" class="sdmenu"> <div> <span>Products</span> <a href="camera_filters.htm" onMouseover="dropdownmenu(this, event, menu1, '165px')" onMouseout="delayhidemenu()"> Camera Filters </a> <a href="camera_filter_kit.htm" onMouseover="dropdownmenu(this, event, menu2, '165px')" onMouseout="delayhidemenu()"> Camera Filter Kit </a> <a href="camera_bags.htm" onMouseover="dropdownmenu(this, event, menu3, '165px')" onMouseout="delayhidemenu()">Camera Bags </a> </div> <div> <span>Services</span> <a onMouseover="dropdownmenu(this, event, menu24, '165px')" onMouseout="delayhidemenu()"> Customized Items/Project </a> </div> <div> <span>News</span> <a href="http://www.accessory-camera.com/news.htm">New Product </a> </div> <div> <span>Feedback</span> <a href="http://www.accessory-camera.com/feedback.htm">Feed Back </a> </div> </div> </P></a> </p> </td><td valign="top" width="24"></td><!--msnavigation--><td valign="top"> <p> </p> <hr> <p> </p> <h2>Web Changes</h2> <p>This is where we'll announce the most recent additions to our web site. If you've visited us before and want to know what's changed, take a look here first. </p> <p><!--webbot bot="PurpleText" preview="Try to keep this material up to date; get rid of old items every few weeks. Each item below should link to the document that holds the new information. Enter new items at the top of the list, so the most recent information comes first. " --> </p> <!--msnavigation--></td></tr><!--msnavigation--></table><!--msnavigation--><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td> <p>&nbsp;</p> <p> <nobr>[&nbsp;<a href="index.htm" target="">Home</a>&nbsp;]</nobr></p> <h5> Send mail to <a href="mailto:webmaster@accessory-camera.com"> webmaster@accessory-camera.com</a> with questions or comments about this web site.<br> Copyright © 2008 Accessory Camera<br> </h5> </td></tr><!--msnavigation--></table></body> </html>