function CaricaFoto(img, name, imgname, wid, hi){
  foto1= new Image();
  foto1.src=(img);
  foto2= new Image();
  foto2.src=(imgname);
  viewFotos(img, name, imgname, wid, hi);
}

function viewFotos(img, name, imgname, wid, hi){

 features = 
    "toolbar=no,location=no,directories=no,status=no,menubar=no," +
    "scrollbars=no,resizable=no,width=" + wid + ",height=" + hi;
 dlg = window.open ("","Details",features);
 dlg.document.write("<html><head><ti");
 dlg.document.write("tle>" + name + " Zoom</title></head>");
 dlg.document.write("<body bgcolor=#ffffff><center>");
 dlg.document.write("<table width=100% height=100%>");
 dlg.document.write("<tr><td align=center valign=middle>");
 dlg.document.write("<img src=" + img + ">");
 dlg.document.write("</td></tr>");
 dlg.document.write("<tr><td align=center valign=middle>");
 dlg.document.write("<a href=# onClick=window.close();>");
 dlg.document.write("<font size=1 face=Arial>Click to close</font></a>");
 dlg.document.write("</td></tr>");
 dlg.document.write("</table>");
 dlg.document.write("<scrip");
 dlg.document.write("t language=JavaScript src='http://store.yahoo.com/lib/cell-accessories/disable-click.js'></scr");
 dlg.document.write("ipt>");
dlg.document.write("</body></html>");
}

function openwin(winame,file,height,width)  
{
newpop=window.open(file,winame,"status=no,scrollbars=no,resizable=no, toolbar=no,location=no,menu=no,height="+height+",width="+width);
   if (document.all)
   {
      newpop.moveTo(0,0)
    }
}

function emailPage()
{
	var strBody = "Copy and paste EXACT url of product listing from competitor's website: [      ] and/or Quantity Needed: [      ] for item: '"+document.title+"', listed at: "+window.location;
		var strSubject = "Price-Match or Large Quantity Discount Quote";
		window.location = "mailto:wholesale@cell-phone-accessories.com?subject="+strSubject+"&body="+strBody;
}