var picarr=new Array();
function nothing(){}
function open_post(hdr)
{
	window.open("SendReq.php?"+hdr,"openpost","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=200,top=200,width=580,height=430");
}
function reset_select()
{
//        if(!document.forms[0].fastsearch.value)return;
 //       document.fastsearch.MainLocation.value='';
   //     document.fastsearch.Cards.value='';
     //   document.fastsearch.SubLocation.value='';
        document.fastsearch.submit();
}
function picobj(picid,folder,indexstrt,picnames)
{

        this.i=indexstrt;
        this.arr=picnames.split('~');
        this.pichnd=document.getElementById(picid);
        this.folder=folder;
        this.movlft=movlft;
        this.movrht=movrht;
        this.refrash=refrash;
        this.refrash();
}

function movlft()
{

        if(this.i==0)this.i=this.arr.length-1;
        else this.i--;
        this.refrash()
}

function movrht()
{

        if(this.i==this.arr.length-1)this.i=0;
        else this.i++;
        this.refrash()
}

function refrash()
{
        this.pichnd.src=this.arr[this.i];
}

function openbig(thisID,picindex,mytitle)
{
        var workingimg=picarr[picindex].arr[picarr[picindex].i];
        workingimg=workingimg.split('s.');
        workingimg=workingimg[0];
        window.open("openbig.php?ID="+thisID+"&workingimg="+workingimg+"&title="+mytitle,"openbig","'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=100,top=50,width=820,height=620");
}
function WOpener(lnk){
   window.open(lnk,'popstage', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=100,top=50,width=700,height=620')
}
function opencalender(myID)
{
        window.open(myID);
}

