$(function(){

	//png fix
	$(document).pngFix();

	//Text Replace
	Cufon.replace('.centry', { fontFamily: 'centry 255' });
	
	//COLOR BOX POPUP (http://colorpowered.com/colorbox/)
	//$("a[rel='gallery']").colorbox();
	$(".popup").colorbox({iframe:true, innerWidth:580, innerHeight:440});

});


function openSelect( form ) { 
	var newIndex = form.RedirectURL.selectedIndex; 
	if ( newIndex == 0 ) { 
	} 
	else { 
		url = form.RedirectURL.options[ newIndex ].value; 
		window.location.assign( url ); 
	} 
}


