function giveWin(u,w)
{
if (w == 2){
var hw = window.open(u,'helpx','width=700,height=450')
hw.focus(); return true;
}
else if (w == 3){
var hw = window.open(u,'cont','width=350,height=360')
hw.focus(); return true;
}
else {window.location.href=u}
}

function getTag(t,s,r)
{
  eval(t+".location='"+s.options[s.selectedIndex].value+"'");
  
  if (r) s.selectedIndex=0;
}

function overTop(dis)
{
dis.style.backgroundColor='#D8E6DA'
}

function outTop(dis)
{
dis.style.backgroundColor=''
}

function startUp(){
preloader('loga.jpg','logb.jpg','barBack.gif','basket.gif','basketTop.gif','contactTop.gif','dnArrow.gif','email.gif','help.gif','home.gif','inf1.gif','inf2.gif','inf3.gif','inf4.gif','newsTop.gif','phone.gif','schedule.gif','searchTop.gif','shadBack.gif','space.gif','split.gif','terms.gif','zones.gif');
}

function preloader() {

document.loadedImages = new Array();
var x = preloader.arguments.length;
for(imgno=0; imgno < x; imgno++) {
document.loadedImages[imgno] = new Image();
document.loadedImages[imgno].src = 'solutions/' + preloader.arguments[imgno];
}
}