﻿function showTab(obj,obj2,num,len,listyle)
{
 for(var id = 1;id<=len;id++)
 {
  var ss=obj+id;
  var ss2=obj2+id;
  if(id==num){
  try{
document.getElementById(ss2).className=listyle;
document.getElementById(ss).style.display="block"}catch(e){};
  }else{
  try{
document.getElementById(ss2).className="";
document.getElementById(ss).style.display="none"}catch(e){};
  }
 }  
}
function addfavorite()
{
   if (document.all)
   {
      window.external.addFavorite('http://www.aomen99.com/','澳门新娘婚纱摄影');
   }
   else if (window.sidebar)
   {
      window.sidebar.addPanel('澳门新娘婚纱摄影', 'http://www.aomen99.com/', "");
   }
} 
function showpic(objimg)
{
   document.getElementById("showcontent").innerHTML="";
   document.getElementById("showcontent").innerHTML+="<img src=\""+objimg+"\"/>";
	
}
