$(function(){

//$B%^%C%W%]%C%W%"%C%W(B
$('a.map').click(function(){
var ua = $.browser;

if(ua.msie){
window.open($(this).attr('href') , '' , 'width=722 , height=810 , resizable=no , scrollbars=yes');
}
else {
window.open($(this).attr('href') , '' , 'width=720 , height=810 , resizable=no , scrollbars=yes');
}
return false;
});

});
