function movepic(img_name,img_src) {document[img_name].src=img_src;}
function go(number,make,name,res,full) {
  var link='show.rhtml?num='+number+'&amp;make='+make+'&amp;name='+name+'&amp;res='+res+'&amp;full='+full;
  var winFeatures='width=900,height=750,scrollbars=yes,resizable=yes';
  var bookWindow=window.open(link, "", winFeatures);
}
function mob(number,make,name,res,full) {
  var link='mobile.rhtml?num='+number+'&amp;make='+make+'&amp;name='+name+'&amp;res='+res+'&amp;full='+full;
  var winFeatures='width=640,height=420,scrollbars=no,resizable=no';
  var bookWindow=window.open(link, "", winFeatures);
}
function screensize() {
//if ((screen.width == 1920) && (screen.height == 1440)) size = '1920x1440';
//if ((screen.width == 1920) && (screen.height == 1200)) size = '1920x1200';
//if ((screen.width == 1680) && (screen.height == 1050)) size = '1680x1050';
//if ((screen.width == 1600) && (screen.height == 1200)) size = '1600x1200';
//if ((screen.width == 1440) && (screen.height == 900)) size = '1440x900';
//if ((screen.width == 1366) && (screen.height == 768)) size = '1366x768';
//if ((screen.width == 1280) && (screen.height == 1024)) size = '1280x1024';
//if ((screen.width == 1280) && (screen.height == 960)) size = '1280x960';
//if ((screen.width == 1280) && (screen.height == 800)) size = '1280x800';
//if ((screen.width == 1152) && (screen.height == 864)) size = '1152x864';
//if ((screen.width == 1024) && (screen.height == 768)) size = '1024x768';
//if ((screen.width == 800) && (screen.height == 600)) size = '800x600';
if (size == '') size = '800x600';
}
function q(t)
{
window.open ("http://uk.ask.com/ar?siteid=10000335&qsrc=999&l=dis&gc=1&q=" + t);
}
function a(t)
{
window.open ("http://uk.ask.com/ar?siteid=10000335&qsrc=999&l=dis&gc=1&q=" + t + jsname);
}




