function lvLogin() {
	Lightview.show({
		href: '#lvFrameC',
		rel: 'inline',
		options: {
			fullscreen: true,
			topclose: true
		}
	});
	
	document.observe('lightview:opened', function(event) {
  	$('lvForm').submit();
	});

}
