function ssn() {
  var today = new Date();
  var second = today.getSeconds();
  var secstr = second.toString();
  if (second > 9) second = secstr.substring(1,2);
  return second;
}

id=window.location.search.substring(1).split('&');
gid=id[0]; lid=id[1]; cid=id[2]; iid=id[3];

sid='s_'+ssn();
infoA=0;
infoL = new Array ("", "0", "0", "0", "0");

function sshow(p0,p1,p2,p3,p4) { 
	ssWindow = window.open('slide.htm?'+p0+'&'+p1+'&'+p2+'&'+p3+'&1&'+p4+'&1',"slide","width=450,height=500,left=10,top=10,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=auto,resizable=1");
//alert(sid);

	ssWindow.window.focus();
}


function l_open(il) { 
  if(adat[il][5]=='1') {
	picWindow = window.open('image.htm','large_1','width=640,height=480,left=10,top=10,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=auto,resizable=1');
  } else {
    if(window.screen.height<='600') {
	picWindow = window.open('image.htm','large_2','width=496,height=500,left=10,top=10,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=1,resizable=1');
    } else {
	picWindow = window.open('image.htm','large_2','width=480,height=640,left=10,top=10,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=auto,resizable=1');
    }
  }
//	picWindow.window.moveTo(10,10);
	picWindow.document.writeln('<HTML><HEAD>');
	picWindow.document.writeln('<TITLE>'+adat[0][lid]+' - '+adat[il][lid]+'</title>\n');
	picWindow.document.writeln('</HEAD><BODY topmargin=0 leftmargin=0 marginheight=0 marginwidth=0>');
	picWindow.document.writeln('<IMG SRC="'+adat[il][8]+'/4/'+adat[il][0]+'.jpg" alt="'+adat[il][lid]+' \n'+adat[il][6]+' \n['+adat[il][0]+']">\n');
	picWindow.document.write('</BODY></HTML>');
	picWindow.document.close();
	picWindow.window.focus();
}

function m_open(im) { 
  if(adat[im][5]=='1') {
	picWindow = window.open('image.htm','medium_1','width=319,height=239,left=10,top=10,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=auto,resizable=1');
  } else {
	picWindow = window.open('image.htm','medium_2','width=239,height=319,left=10,top=10,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=auto,resizable=1');
  }
	picWindow.document.writeln('<HTML><HEAD>');
	picWindow.document.writeln('<TITLE>'+adat[0][lid]+' - '+adat[im][lid]+'</title>\n');
	picWindow.document.writeln('</HEAD><BODY topmargin=0 leftmargin=0 marginheight=0 marginwidth=0>');
	picWindow.document.writeln('<IMG SRC="'+adat[im][8]+'/5/'+adat[im][0]+'.jpg" alt="'+adat[im][lid]+' \n'+adat[im][6]+' \n['+adat[im][0]+']">\n');
	picWindow.document.write('</BODY></HTML>');
	picWindow.document.close();
	picWindow.window.focus();
}

function f_open(ix) { 

	picWindow = window.open('flash.htm?'+adat[ix][0],'flash1','left=10,top=10,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=auto,resizable=1');
}

function link_open(il) { 

	linkWindow = window.open('http://'+bdat[il][6],'link1','width=800,height=600,left=10,top=10,toolbar=1,directories=1,menubar=1,status=1,location=1,scrollbars=auto,resizable=1');
}


