﻿function picture_page(cardID,firstPic,siteUrl){
  var url = siteUrl+"cards/get_card_picture.asp?cardID="+cardID+"&firstPic="+firstPic;
  if(document.getElementById("div_card_pictures")){
     $(div_card_pictures).innerHTML = '<div style="color:#666666;">... טוען תמונות <img src="'+siteUrl+'images/indicator.gif" width="10" height="10" hspace="5"></div>'
     new Ajax.Updater("div_card_pictures", url, {asynchronous:true});
  }
}


