$(function(){

$('.blank').click(function(){
	var ua = $.browser;

	if(ua.msie){
		window.open($(this).attr('href') , '' , 'width=579 , height=933 , resizable=no , scrollbars=yes');
	}
	else {
		window.open($(this).attr('href') , '' , 'width=577 , height=796 , resizable=no , scrollbars=yes');
	}
	return false;
});

var $page = $('body').attr('id');

if($page == 'failure'){
$('.popup').qtip({
	content: '<img src="../img/failure_about_capsular_contracture.gif" alt="$B%+%W%;%k94=L$H$O(B" />',
	position: {
		corner: {
		target: 'bottomRight',
		tooltip: 'topLeft'
		}
	},
	style: {
		padding: 0,
		border: {
			width: 0
		},
		width: 330,
		height: 200
	}
});
}

});

