$(document).ready(function(){
        $(document).pngFix();
		$('#photos').galleryView({
			panel_width: 300,
			panel_height: 250,
            background_color: '#062128',
            border:0,
            overlay_opacity: 0.6,
            frame_width: 60,
            pause_on_hover: true,
            fade_panels: false,
	    frame_height: 50
		});
        $("#slider").easySlider({
				controlsBefore:	'<p id="controls">',
				controlsAfter:	'</p>',
				//auto: true,
				continuous: false,
				prevId: 'prevBtn2',
				nextId: 'nextBtn2'
			});
	});

var prevnum=1;
function chjs(num,ttl,fullttl,desc,seo,src,st,cat)
{
    document.getElementById('jsttl').innerHTML=ttl;
    document.getElementById('jsdesc').innerHTML=desc;
    document.getElementById('jspic').src=src;
    document.getElementById('jspic').alt=fullttl;
    document.getElementById('jshref').href=st+'/'+cat+'-games/'+seo+'/'+seo+'.html';
    document.getElementById('jshref').title=fullttl;
    for (i=1;i<7;i++)
    {
    if (i==num)
        {
        document.getElementById('jspic'+i).className='picsel';
        document.getElementById('jsdiv'+i).className='jsdivsel mainjslist'
        document.getElementById('jslink'+i).style.color='#FCEC1B';
        }
    else
   {
        document.getElementById('jspic'+i).className='picbord2';
        document.getElementById('jsdiv'+i).className='mainjslist'
        document.getElementById('jslink'+i).style.color='#FFFFFF';
        }
    }
}
