$(document).ready(function(){
	$("#estimate107").mopTip({'w':230, 'h':190, 'style':"overOut", 'get':"#estimate107_popup"});
	$("#estimate107").click(function(){ location.href = '/estimate/detail.php?id=107'; });
	$("#estimate106").mopTip({'w':230, 'h':190, 'style':"overOut", 'get':"#estimate106_popup"});
	$("#estimate106").click(function(){ location.href = '/estimate/detail.php?id=106'; });
	$("#estimate105").mopTip({'w':230, 'h':190, 'style':"overOut", 'get':"#estimate105_popup"});
	$("#estimate105").click(function(){ location.href = '/estimate/detail.php?id=105'; });
});

