// JavaScript Document
$(function(){
	//			 
	$('.hp').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout: 9000,
		background:'#000000'
	});
})


function panorama(){ 
	window.open("http://navipano.com/naviplus/rme/rme0080/index.html","","scrollbars=yes,resizable=yes,width=840,height=610");
	return false;
}

