|
Solar-Powered Atomic Clock with wireless temperature! This Weather Station is powered by a detachable solar panel that converts sunlight energy into electrical energy for its rechargeable battery, making this the first weather station that can be exclusively powered by the sun. Monitor your Indoor/Outdoor temperature with the included wireless sensor. Atomic time is always precise and never needs adjusting for Daylight Saving time. Alarm with snooze and calendar display round out the many features of this indispensable clock. |
//Disable right click script III- By Renigade () //For full source code, visit http://www.dynamicdrive.com /*var message=""; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} document.oncontextmenu=new Function("return false")*/ //