function openWindow()
{					
	window.open("","floater","toolbar=no,directories=no,menubar=no,height=160,width=425,left=250,top=250");
}
function onImgErrorSmall(source)
{
source.src = "images/noimage75px.gif";
// disable onerror to prevent endless loop
source.onerror = "";
return true;
}

function onImgErrorLarge(source)
{
source.src = "images/noimage150px.gif";
// disable onerror to prevent endless loop
source.onerror = "";
return true;
}

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=0,width=610,height=500,left = 595,top = 395');");
}

function setAnimation(){
var divs = document.getElementsByTagName('div');
if (divs) {
for (var i = 0; i < divs.length; i++) {
if (divs[i].id == 'animform') {
divs[i].innerHTML = '<img src=images/rb/OrderBasket2.gif width=131 valign=top><img src=images/rb/cart_anim.gif valign=top><img src=images/newcart/1x1bluepixel.gif width=100% height=1>';
}
}
}
}

var msgWindow;
function newWindow(file,window) {
msgWindow=open(file,window,'resizable=no,width=420,height=680');
if (msgWindow.opener == null) msgWindow.opener = self;
}

var msgWindow;
function newWindow(file,window) {
msgWindow=open(file,window,'resizable=no,width=420,height=680');
if (msgWindow.opener == null) msgWindow.opener = self;
}

var msgWindowh;
function newWindowh(file,window) {
msgWindow=open(file,window,'resizable=yes,width=575,height=680');
if (msgWindow.opener == null) msgWindow.opener = self;
}

var msgWindown;
function newWindown(file,window) {
msgWindow=open(file,window,'resizable=yes,scrollbars=yes,width=525,height=700');
if (msgWindow.opener == null) msgWindow.opener = self;
}

  var Netscape, MSIE, Opera, Unknown;
  var Win, Mac, Other;
  var NetscapeVer, MSIEVer, OperaVer;
  
  Netscape = navigator.appName == "Netscape";
  MSIE = navigator.appName == "Microsoft Internet Explorer";
  Opera = navigator.userAgent.indexOf("Opera") > -1;
  Unknown = !(Netscape || MSIE || Opera);
  
  Win = navigator.userAgent.indexOf("Win") > -1;
  Mac = navigator.userAgent.indexOf("Mac") > -1;
  Other = !(Win || Mac);
  
  if(Netscape) {
    NetscapeVer = parseFloat(navigator.appVersion);
  }
  else if(MSIE) {
    n = navigator.userAgent;
    MSIEVer = n.substr(n.indexOf("MSIE ")+("MSIE ").length, 4);
    MSIEVer = parseFloat(MSIEVer); 
    
    if(Opera) {
      OperaVer = n.substr(n.indexOf("Opera ")+("Opera ").length, 4);
      OperaVer = parseFloat(OperaVer);
    }
  }

function bookmark() {

    alert("Press Ctrl+D to bookmark this site!");
   
  }

