$(document).ready(function() {
	$('select.form_select').change(function(){
		$('#false_select').html($('select.form_select option:selected').val())
	});
	
	$(".various1").fancybox({
		'width'				: '45.5%',
		'height'			: '65%',
		'autoScale'			: false,
		'padding'			: 0,
		'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
});
