﻿//
$(function() {
	$('#head-gnavi ul').droppy({speed: 180});
});

function popUpWindow(target,option) {
if(option == 'Coupon'){ SIZE = 'width=720,height=500' }
else if(option == 'CarList'){ SIZE = 'width=800,height=600' }
else if(option == 'histCar'){ SIZE = 'width=550,height=350' }
else if(option == 'ride_guide'){ SIZE = 'width=470,height=420' }
else if(option == 'MAP-S'){ SIZE = 'width=800,height=550' }
else if(option == 'MAP-L'){ SIZE = 'width=800,height=750' }
	window.open(target ,'',SIZE+'resizable=1,toolbars=1,scrollbars=1')
}
//ToolTip表示
$(document).ready(function() {
	$('area.tips').cluetip({
		activation: 'click',
		width: 550,
		height: 'auto',
		positionBy: 'bottomTop',
		topOffset: 10,
		leftOffset: 0,
		local: true,
		hideLocal: true,
		attribute: 'href',
		sticky: true,
		showTitle: false,
		arrows: true,
		dropShadow: true,
		dropShadowSteps: 3,
		cursor: 'pointer',
		mouseOutClose: false,
		clickThrough: false,
		closePosition: 'top',
		closeText: '<img src="/common/img/btn-close_off.png" alt="閉じる" width="25" height="25" />',
		hoverIntent: false
	});
});

$(document).ready(function() {
	$('.hd-semiR').wrapInner("<span></span>");
	$('.hd-semiRN').wrapInner("<span></span>");
})

$('a.tips').bind('click',function(){
	return false;
});

