function on(image)
{
	var n_image = new String;
	n_image = image.src
	n_image = n_image.replace(/\off/g, 'on');
	image.src = n_image;
}

function off(image)
{
	var n_image = new String;
	n_image = image.src
	n_image = n_image.replace(/\on/g, 'off');
	image.src = n_image;
}

function box()
{
	$.facebox('<form action="" method="POST" name="faceboxform">'+$('#box').html()+'</form>', false, true);
	
	return false;
}

function play(link)
{
	var s1 = new SWFObject('flash/videoplayer.swf','player','300','225','9');
	s1.addParam('allowfullscreen','true');
	s1.addParam('allowscriptaccess','always');
	s1.addVariable('file', link.href); 
	s1.addVariable('controlbar', 'over'); 
	s1.addVariable('autostart', 'true'); 
	s1.write('video_1');
}

function show_event(id)
{
	$.facebox($('#ev_'+id).html());
	
	return false;
}

$(document).ready(function(){
	if(!$.browser.opera) $('.move_top').css('margin-top','-3px');
	$('.vid:first').click();
});

//setTimeout("play2('http://www/topinka/html/media/video.flv','video_1');" , '500');
//setTimeout("play2('http://www/topinka/html/media/video.flv','video_2');" , '500');