﻿function showProduct(id){
    var obj=$(id).getElementsByTagName("img");
    $("show").src=obj[0].src;
}
//
function swFind(id){
    $("tabcon1").style.display="none";
    $("tabcon2").style.display="none";
    
    $("con1").className="";
    $("con2").className="";
    
    $("tab"+id).style.display="block";
     $(id).className="before";
}
