<!-- Begin
var browser = navigator.appName

Netscape = navigator.appName == "Netscape";

if(Netscape) {
  NetscapeVer = parseFloat(navigator.appVersion);
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=465,height=350,left=50,top=80');");
}

function popUp1(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=600,height=400,left=30,top=30');");
}

function popUp2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=500,left=20,top=20');");
}

function details(popURL) {
var URL = "http://www.PremierWebsiteSolutions.com/details/" + popURL + ".htm";
popUp(URL);
}

function order(data) {
window.location = "http://PremierWebsiteSolutions.com/order/index.cgi?" + data;
}

function gotolink(link) {
//skipbyebye();
window.location=link;
}

var curr="button2div";

function movepicover(img_name,img_src) {
hide(curr);
document[img_name].src=img_src;
if (document.getElementById) {
// this is the way the standards work
document.getElementById(img_name + 'div').style.visibility = "visible";
document.getElementById("bottombar").style.visibility = "visible";
document.getElementById("sidebar").style.visibility = "visible";
}
else if (document.all) {
// this is the way old msie versions work
document.all(img_name + 'div').style.visibility = "visible";
document.all("bottombar").style.visibility = "visible";
document.all("sidebar").style.visibility = "visible";
}
else if (document.layers) {
// this is the way nn4 works
document.layers[img_name + 'div'].visibility = "visible";
document.layers["bottombar"].visibility = "visible";
document.layers["sidebar"].visibility = "visible";
}
curr=(img_name + 'div')
}

function movepic(img_name,img_src) {
document[img_name].src=img_src;
}

function hide(curr) {
if (document.getElementById) {
// this is the way the standards work
document.getElementById(curr).style.visibility = "hidden";
}
else if (document.all) {
// this is the way old msie versions work
document.all(curr).style.visibility = "hidden";
}
else if (document.layers) {
// this is the way nn4 works
document.layers[curr].visibility = "hidden";
}
}

function overbar(curr) {
hide(curr);
curr="sidebar";
hide(curr);
curr="bottombar";
hide(curr);
}

var arImages=new Array();
function Preload() {
 var temp = Preload.arguments; 
 for(x=0; x < temp.length; x++) {
  arImages[x]=new Image();
  arImages[x].src=Preload.arguments[x];
 }
}
// End -->
