function check_linkornot() {
  if (linkornot==1)
    document.write('<a href="javascript:transport()">');
    document.write('<img style="filter:progid:DXImageTransform.Microsoft.Fade()" src="'+photos[0]+'" name="photoslider" border=0>');
    document.write('</a>');
}
