$(document).ready(
	function() {
	  $('.windowOpen69').bind(
			'click',
			function() {
			  if ($('#window69').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window69',
						  className: 'transferer2_69',
						  duration: 400,
						  complete: function() {
						    $('#window69').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose69').bind(
			'click',
			function() {
			  $('#window69').TransferTo(
					{
					  to: 'windowOpen69',
					  className: 'transferer2_69',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin69').bind(
			'click',
			function() {
			  $('#windowContent69').SlideToggleUp(300);
			  $('#windowBottom69, #windowBottomContent69').animate({ height: 10 }, 300);
			  $('#window69').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize69').hide();
			  $('#windowMax69').show();
			}
		);
	  $('#windowMax69').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent69'));
			  $('#windowContent69').SlideToggleUp(300);
			  $('#windowBottom69, #windowBottomContent69').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window69').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin69, #windowResize69').show();
			}
		);
	  $('#window69').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop69',
			  handlers: {
			    se: '#windowResize69'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom69, #windowBottomContent69').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent69').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window69').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen64').bind(
			'click',
			function() {
			  if ($('#window64').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window64',
						  className: 'transferer2_64',
						  duration: 400,
						  complete: function() {
						    $('#window64').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose64').bind(
			'click',
			function() {
			  $('#window64').TransferTo(
					{
					  to: 'windowOpen64',
					  className: 'transferer2_64',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin64').bind(
			'click',
			function() {
			  $('#windowContent64').SlideToggleUp(300);
			  $('#windowBottom64, #windowBottomContent64').animate({ height: 10 }, 300);
			  $('#window64').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize64').hide();
			  $('#windowMax64').show();
			}
		);
	  $('#windowMax64').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent64'));
			  $('#windowContent64').SlideToggleUp(300);
			  $('#windowBottom64, #windowBottomContent64').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window64').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin64, #windowResize64').show();
			}
		);
	  $('#window64').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop64',
			  handlers: {
			    se: '#windowResize64'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom64, #windowBottomContent64').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent64').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window64').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen66').bind(
			'click',
			function() {
			  if ($('#window66').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window66',
						  className: 'transferer2_66',
						  duration: 400,
						  complete: function() {
						    $('#window66').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose66').bind(
			'click',
			function() {
			  $('#window66').TransferTo(
					{
					  to: 'windowOpen66',
					  className: 'transferer2_66',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin66').bind(
			'click',
			function() {
			  $('#windowContent66').SlideToggleUp(300);
			  $('#windowBottom66, #windowBottomContent66').animate({ height: 10 }, 300);
			  $('#window66').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize66').hide();
			  $('#windowMax66').show();
			}
		);
	  $('#windowMax66').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent66'));
			  $('#windowContent66').SlideToggleUp(300);
			  $('#windowBottom66, #windowBottomContent66').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window66').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin66, #windowResize66').show();
			}
		);
	  $('#window66').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop66',
			  handlers: {
			    se: '#windowResize66'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom66, #windowBottomContent66').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent66').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window66').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen63').bind(
			'click',
			function() {
			  if ($('#window63').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window63',
						  className: 'transferer2_63',
						  duration: 400,
						  complete: function() {
						    $('#window63').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose63').bind(
			'click',
			function() {
			  $('#window63').TransferTo(
					{
					  to: 'windowOpen63',
					  className: 'transferer2_63',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin63').bind(
			'click',
			function() {
			  $('#windowContent63').SlideToggleUp(300);
			  $('#windowBottom63, #windowBottomContent63').animate({ height: 10 }, 300);
			  $('#window63').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize63').hide();
			  $('#windowMax63').show();
			}
		);
	  $('#windowMax63').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent63'));
			  $('#windowContent63').SlideToggleUp(300);
			  $('#windowBottom63, #windowBottomContent63').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window63').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin63, #windowResize63').show();
			}
		);
	  $('#window63').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop63',
			  handlers: {
			    se: '#windowResize63'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom63, #windowBottomContent63').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent63').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window63').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen65').bind(
			'click',
			function() {
			  if ($('#window65').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window65',
						  className: 'transferer2_65',
						  duration: 400,
						  complete: function() {
						    $('#window65').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose65').bind(
			'click',
			function() {
			  $('#window65').TransferTo(
					{
					  to: 'windowOpen65',
					  className: 'transferer2_65',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin65').bind(
			'click',
			function() {
			  $('#windowContent65').SlideToggleUp(300);
			  $('#windowBottom65, #windowBottomContent65').animate({ height: 10 }, 300);
			  $('#window65').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize65').hide();
			  $('#windowMax65').show();
			}
		);
	  $('#windowMax65').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent65'));
			  $('#windowContent65').SlideToggleUp(300);
			  $('#windowBottom65, #windowBottomContent65').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window65').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin65, #windowResize65').show();
			}
		);
	  $('#window65').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop65',
			  handlers: {
			    se: '#windowResize65'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom65, #windowBottomContent65').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent65').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window65').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen62').bind(
			'click',
			function() {
			  if ($('#window62').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window62',
						  className: 'transferer2_62',
						  duration: 400,
						  complete: function() {
						    $('#window62').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose62').bind(
			'click',
			function() {
			  $('#window62').TransferTo(
					{
					  to: 'windowOpen62',
					  className: 'transferer2_62',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin62').bind(
			'click',
			function() {
			  $('#windowContent62').SlideToggleUp(300);
			  $('#windowBottom62, #windowBottomContent62').animate({ height: 10 }, 300);
			  $('#window62').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize62').hide();
			  $('#windowMax62').show();
			}
		);
	  $('#windowMax62').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent62'));
			  $('#windowContent62').SlideToggleUp(300);
			  $('#windowBottom62, #windowBottomContent62').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window62').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin62, #windowResize62').show();
			}
		);
	  $('#window62').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop62',
			  handlers: {
			    se: '#windowResize62'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom62, #windowBottomContent62').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent62').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window62').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen61').bind(
			'click',
			function() {
			  if ($('#window61').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window61',
						  className: 'transferer2_61',
						  duration: 400,
						  complete: function() {
						    $('#window61').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose61').bind(
			'click',
			function() {
			  $('#window61').TransferTo(
					{
					  to: 'windowOpen61',
					  className: 'transferer2_61',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin61').bind(
			'click',
			function() {
			  $('#windowContent61').SlideToggleUp(300);
			  $('#windowBottom61, #windowBottomContent61').animate({ height: 10 }, 300);
			  $('#window61').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize61').hide();
			  $('#windowMax61').show();
			}
		);
	  $('#windowMax61').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent61'));
			  $('#windowContent61').SlideToggleUp(300);
			  $('#windowBottom61, #windowBottomContent61').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window61').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin61, #windowResize61').show();
			}
		);
	  $('#window61').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop61',
			  handlers: {
			    se: '#windowResize61'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom61, #windowBottomContent61').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent61').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window61').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen86').bind(
			'click',
			function() {
			  if ($('#window86').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window86',
						  className: 'transferer2_86',
						  duration: 400,
						  complete: function() {
						    $('#window86').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose86').bind(
			'click',
			function() {
			  $('#window86').TransferTo(
					{
					  to: 'windowOpen86',
					  className: 'transferer2_86',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin86').bind(
			'click',
			function() {
			  $('#windowContent86').SlideToggleUp(300);
			  $('#windowBottom86, #windowBottomContent86').animate({ height: 10 }, 300);
			  $('#window86').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize86').hide();
			  $('#windowMax86').show();
			}
		);
	  $('#windowMax86').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent86'));
			  $('#windowContent86').SlideToggleUp(300);
			  $('#windowBottom86, #windowBottomContent86').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window86').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin86, #windowResize86').show();
			}
		);
	  $('#window86').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop86',
			  handlers: {
			    se: '#windowResize86'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom86, #windowBottomContent86').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent86').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window86').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen60').bind(
			'click',
			function() {
			  if ($('#window60').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window60',
						  className: 'transferer2_60',
						  duration: 400,
						  complete: function() {
						    $('#window60').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose60').bind(
			'click',
			function() {
			  $('#window60').TransferTo(
					{
					  to: 'windowOpen60',
					  className: 'transferer2_60',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin60').bind(
			'click',
			function() {
			  $('#windowContent60').SlideToggleUp(300);
			  $('#windowBottom60, #windowBottomContent60').animate({ height: 10 }, 300);
			  $('#window60').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize60').hide();
			  $('#windowMax60').show();
			}
		);
	  $('#windowMax60').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent60'));
			  $('#windowContent60').SlideToggleUp(300);
			  $('#windowBottom60, #windowBottomContent60').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window60').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin60, #windowResize60').show();
			}
		);
	  $('#window60').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop60',
			  handlers: {
			    se: '#windowResize60'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom60, #windowBottomContent60').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent60').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window60').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen59').bind(
			'click',
			function() {
			  if ($('#window59').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window59',
						  className: 'transferer2_59',
						  duration: 400,
						  complete: function() {
						    $('#window59').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose59').bind(
			'click',
			function() {
			  $('#window59').TransferTo(
					{
					  to: 'windowOpen59',
					  className: 'transferer2_59',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin59').bind(
			'click',
			function() {
			  $('#windowContent59').SlideToggleUp(300);
			  $('#windowBottom59, #windowBottomContent59').animate({ height: 10 }, 300);
			  $('#window59').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize59').hide();
			  $('#windowMax59').show();
			}
		);
	  $('#windowMax59').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent59'));
			  $('#windowContent59').SlideToggleUp(300);
			  $('#windowBottom59, #windowBottomContent59').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window59').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin59, #windowResize59').show();
			}
		);
	  $('#window59').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop59',
			  handlers: {
			    se: '#windowResize59'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom59, #windowBottomContent59').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent59').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window59').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen58').bind(
			'click',
			function() {
			  if ($('#window58').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window58',
						  className: 'transferer2_58',
						  duration: 400,
						  complete: function() {
						    $('#window58').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose58').bind(
			'click',
			function() {
			  $('#window58').TransferTo(
					{
					  to: 'windowOpen58',
					  className: 'transferer2_58',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin58').bind(
			'click',
			function() {
			  $('#windowContent58').SlideToggleUp(300);
			  $('#windowBottom58, #windowBottomContent58').animate({ height: 10 }, 300);
			  $('#window58').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize58').hide();
			  $('#windowMax58').show();
			}
		);
	  $('#windowMax58').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent58'));
			  $('#windowContent58').SlideToggleUp(300);
			  $('#windowBottom58, #windowBottomContent58').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window58').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin58, #windowResize58').show();
			}
		);
	  $('#window58').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop58',
			  handlers: {
			    se: '#windowResize58'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom58, #windowBottomContent58').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent58').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window58').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen57').bind(
			'click',
			function() {
			  if ($('#window57').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window57',
						  className: 'transferer2_57',
						  duration: 400,
						  complete: function() {
						    $('#window57').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose57').bind(
			'click',
			function() {
			  $('#window57').TransferTo(
					{
					  to: 'windowOpen57',
					  className: 'transferer2_57',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin57').bind(
			'click',
			function() {
			  $('#windowContent57').SlideToggleUp(300);
			  $('#windowBottom57, #windowBottomContent57').animate({ height: 10 }, 300);
			  $('#window57').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize57').hide();
			  $('#windowMax57').show();
			}
		);
	  $('#windowMax57').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent57'));
			  $('#windowContent57').SlideToggleUp(300);
			  $('#windowBottom57, #windowBottomContent57').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window57').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin57, #windowResize57').show();
			}
		);
	  $('#window57').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop57',
			  handlers: {
			    se: '#windowResize57'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom57, #windowBottomContent57').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent57').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window57').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen56').bind(
			'click',
			function() {
			  if ($('#window56').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window56',
						  className: 'transferer2_56',
						  duration: 400,
						  complete: function() {
						    $('#window56').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose56').bind(
			'click',
			function() {
			  $('#window56').TransferTo(
					{
					  to: 'windowOpen56',
					  className: 'transferer2_56',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin56').bind(
			'click',
			function() {
			  $('#windowContent56').SlideToggleUp(300);
			  $('#windowBottom56, #windowBottomContent56').animate({ height: 10 }, 300);
			  $('#window56').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize56').hide();
			  $('#windowMax56').show();
			}
		);
	  $('#windowMax56').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent56'));
			  $('#windowContent56').SlideToggleUp(300);
			  $('#windowBottom56, #windowBottomContent56').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window56').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin56, #windowResize56').show();
			}
		);
	  $('#window56').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop56',
			  handlers: {
			    se: '#windowResize56'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom56, #windowBottomContent56').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent56').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window56').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen54').bind(
			'click',
			function() {
			  if ($('#window54').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window54',
						  className: 'transferer2_54',
						  duration: 400,
						  complete: function() {
						    $('#window54').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose54').bind(
			'click',
			function() {
			  $('#window54').TransferTo(
					{
					  to: 'windowOpen54',
					  className: 'transferer2_54',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin54').bind(
			'click',
			function() {
			  $('#windowContent54').SlideToggleUp(300);
			  $('#windowBottom54, #windowBottomContent54').animate({ height: 10 }, 300);
			  $('#window54').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize54').hide();
			  $('#windowMax54').show();
			}
		);
	  $('#windowMax54').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent54'));
			  $('#windowContent54').SlideToggleUp(300);
			  $('#windowBottom54, #windowBottomContent54').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window54').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin54, #windowResize54').show();
			}
		);
	  $('#window54').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop54',
			  handlers: {
			    se: '#windowResize54'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom54, #windowBottomContent54').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent54').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window54').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen53').bind(
			'click',
			function() {
			  if ($('#window53').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window53',
						  className: 'transferer2_53',
						  duration: 400,
						  complete: function() {
						    $('#window53').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose53').bind(
			'click',
			function() {
			  $('#window53').TransferTo(
					{
					  to: 'windowOpen53',
					  className: 'transferer2_53',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin53').bind(
			'click',
			function() {
			  $('#windowContent53').SlideToggleUp(300);
			  $('#windowBottom53, #windowBottomContent53').animate({ height: 10 }, 300);
			  $('#window53').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize53').hide();
			  $('#windowMax53').show();
			}
		);
	  $('#windowMax53').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent53'));
			  $('#windowContent53').SlideToggleUp(300);
			  $('#windowBottom53, #windowBottomContent53').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window53').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin53, #windowResize53').show();
			}
		);
	  $('#window53').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop53',
			  handlers: {
			    se: '#windowResize53'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom53, #windowBottomContent53').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent53').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window53').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen52').bind(
			'click',
			function() {
			  if ($('#window52').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window52',
						  className: 'transferer2_52',
						  duration: 400,
						  complete: function() {
						    $('#window52').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose52').bind(
			'click',
			function() {
			  $('#window52').TransferTo(
					{
					  to: 'windowOpen52',
					  className: 'transferer2_52',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin52').bind(
			'click',
			function() {
			  $('#windowContent52').SlideToggleUp(300);
			  $('#windowBottom52, #windowBottomContent52').animate({ height: 10 }, 300);
			  $('#window52').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize52').hide();
			  $('#windowMax52').show();
			}
		);
	  $('#windowMax52').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent52'));
			  $('#windowContent52').SlideToggleUp(300);
			  $('#windowBottom52, #windowBottomContent52').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window52').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin52, #windowResize52').show();
			}
		);
	  $('#window52').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop52',
			  handlers: {
			    se: '#windowResize52'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom52, #windowBottomContent52').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent52').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window52').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen51').bind(
			'click',
			function() {
			  if ($('#window51').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window51',
						  className: 'transferer2_51',
						  duration: 400,
						  complete: function() {
						    $('#window51').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose51').bind(
			'click',
			function() {
			  $('#window51').TransferTo(
					{
					  to: 'windowOpen51',
					  className: 'transferer2_51',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin51').bind(
			'click',
			function() {
			  $('#windowContent51').SlideToggleUp(300);
			  $('#windowBottom51, #windowBottomContent51').animate({ height: 10 }, 300);
			  $('#window51').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize51').hide();
			  $('#windowMax51').show();
			}
		);
	  $('#windowMax51').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent51'));
			  $('#windowContent51').SlideToggleUp(300);
			  $('#windowBottom51, #windowBottomContent51').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window51').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin51, #windowResize51').show();
			}
		);
	  $('#window51').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop51',
			  handlers: {
			    se: '#windowResize51'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom51, #windowBottomContent51').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent51').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window51').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen50').bind(
			'click',
			function() {
			  if ($('#window50').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window50',
						  className: 'transferer2_50',
						  duration: 400,
						  complete: function() {
						    $('#window50').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose50').bind(
			'click',
			function() {
			  $('#window50').TransferTo(
					{
					  to: 'windowOpen50',
					  className: 'transferer2_50',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin50').bind(
			'click',
			function() {
			  $('#windowContent50').SlideToggleUp(300);
			  $('#windowBottom50, #windowBottomContent50').animate({ height: 10 }, 300);
			  $('#window50').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize50').hide();
			  $('#windowMax50').show();
			}
		);
	  $('#windowMax50').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent50'));
			  $('#windowContent50').SlideToggleUp(300);
			  $('#windowBottom50, #windowBottomContent50').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window50').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin50, #windowResize50').show();
			}
		);
	  $('#window50').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop50',
			  handlers: {
			    se: '#windowResize50'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom50, #windowBottomContent50').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent50').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window50').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen49').bind(
			'click',
			function() {
			  if ($('#window49').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window49',
						  className: 'transferer2_49',
						  duration: 400,
						  complete: function() {
						    $('#window49').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose49').bind(
			'click',
			function() {
			  $('#window49').TransferTo(
					{
					  to: 'windowOpen49',
					  className: 'transferer2_49',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin49').bind(
			'click',
			function() {
			  $('#windowContent49').SlideToggleUp(300);
			  $('#windowBottom49, #windowBottomContent49').animate({ height: 10 }, 300);
			  $('#window49').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize49').hide();
			  $('#windowMax49').show();
			}
		);
	  $('#windowMax49').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent49'));
			  $('#windowContent49').SlideToggleUp(300);
			  $('#windowBottom49, #windowBottomContent49').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window49').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin49, #windowResize49').show();
			}
		);
	  $('#window49').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop49',
			  handlers: {
			    se: '#windowResize49'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom49, #windowBottomContent49').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent49').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window49').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen47').bind(
			'click',
			function() {
			  if ($('#window47').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window47',
						  className: 'transferer2_47',
						  duration: 400,
						  complete: function() {
						    $('#window47').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose47').bind(
			'click',
			function() {
			  $('#window47').TransferTo(
					{
					  to: 'windowOpen47',
					  className: 'transferer2_47',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin47').bind(
			'click',
			function() {
			  $('#windowContent47').SlideToggleUp(300);
			  $('#windowBottom47, #windowBottomContent47').animate({ height: 10 }, 300);
			  $('#window47').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize47').hide();
			  $('#windowMax47').show();
			}
		);
	  $('#windowMax47').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent47'));
			  $('#windowContent47').SlideToggleUp(300);
			  $('#windowBottom47, #windowBottomContent47').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window47').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin47, #windowResize47').show();
			}
		);
	  $('#window47').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop47',
			  handlers: {
			    se: '#windowResize47'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom47, #windowBottomContent47').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent47').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window47').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);
