<!--
window.onload = function()
{
var htmlStyle = document.getElementsByTagName('html')[0].style;
var bodyStyle = document.body.style;
bodyStyle.scrollbarFaceColor = htmlStyle.scrollbarFaceColor = '#e1e1e1';
bodyStyle.scrollbarArrowColor = htmlStyle.scrollbarArrowColor = '#666666';
bodyStyle.scrollbarShadowColor = htmlStyle.scrollbarShadowColor = '#000000';
bodyStyle.scrollbarHighlightColor = htmlStyle.scrollbarHighlightColor = '#cccccc';
bodyStyle.scrollbar3dlightColor = htmlStyle.scrollbar3dlightColor = '#333333';
bodyStyle.scrollbarDarkshadowColor = htmlStyle.scrollbarDarkshadowColor = '#333333';
}
//-->

<!-- 
function showimage()
{
if (!document.images)
return
document.images.pictures.src=
document.mygallery.picture.options[document.mygallery.picture.selectedIndex].value
}
//-->

<!-- 

var Onerotate_delay = 2000; // delay in milliseconds (5000 = 5 secs)
Onecurrent = 0;
var OneLinks = new Array(3);
OneLinks[0] = "http://www.freewarejava.com";
OneLinks[1] = "http://www.javascriptkit.com";
OneLinks[2] = "http://www.dynamicdrive.com";
function Onenext() {
if (document.oneslideform.oneslide[Onecurrent+1]) {
document.images.oneshow.src = document.oneslideform.oneslide[Onecurrent+1].value;
document.oneslideform.oneslide.selectedIndex = ++Onecurrent;
   }
else Onefirst();
}
function Oneprevious() {
if (Onecurrent-1 >= 0) {
document.images.oneshow.src = document.oneslideform.oneslide[Onecurrent-1].value;
document.oneslideform.oneslide.selectedIndex = --Onecurrent;
   }
else Onelast();
}
function Onefirst() {
Onecurrent = 0;
document.images.oneshow.src = document.oneslideform.oneslide[0].value;
document.oneslideform.oneslide.selectedIndex = 0;
}
function Onelast() {
Onecurrent = document.oneslideform.oneslide.length-1;
document.images.oneshow.src = document.oneslideform.oneslide[Onecurrent].value;
document.oneslideform.oneslide.selectedIndex = Onecurrent;
}
function Oneap(text) {
document.oneslideform.oneslidebutton.value = (text == "Stop") ? "Start" : "Stop";
Onerotate();
}
function onechange() {
Onecurrent = document.oneslideform.oneslide.selectedIndex;
document.images.oneshow.src = document.oneslideform.oneslide[Onecurrent].value;
}
function Onerotate() {
if (document.oneslideform.oneslidebutton.value == "Stop") {
Onecurrent = (Onecurrent == document.oneslideform.oneslide.length-1) ? 0 : Onecurrent+1;
document.images.oneshow.src = document.oneslideform.oneslide[Onecurrent].value;
document.oneslideform.oneslide.selectedIndex = Onecurrent;
window.setTimeout("Onerotate()", Onerotate_delay);
}
}
function Onetransport(){
window.location=OneLinks[Onecurrent]
}
//  -->

<!-- winBRopen BEGIN
function winbropen(theURL, Name, popW, popH, scroll) { // V 1.0
var winleft = (screen.width - popW) / 2;
var winUp = (screen.height - popH) / 2;
winProp = 'width='+popW+',height='+popH+',left='+winleft+',top='+winUp+',scrollbars='+scroll+',resizable'
Win = window.open(theURL, Name, winProp)
if (parseInt(navigator.appVersion) >= 4) { Win.window.focus(); }

}
// winBRopen END -->


<!--
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=1,menubar=0,resizable=0,width=650,height=325,left = 187,top = 225.5');");
}
//-->

<!--
function OpenComments (c) {
    window.open(c,
               'comments',
               'width=480,height=480,scrollbars=yes,status=yes');
}
//-->