$(document).ready(
	function() {
	  $('.windowOpen46').bind(
			'click',
			function() {
			  if ($('#window46').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window46',
						  className: 'transferer2_46',
						  duration: 400,
						  complete: function() {
						    $('#window46').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose46').bind(
			'click',
			function() {
			  $('#window46').TransferTo(
					{
					  to: 'windowOpen46',
					  className: 'transferer2_46',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin46').bind(
			'click',
			function() {
			  $('#windowContent46').SlideToggleUp(300);
			  $('#windowBottom46, #windowBottomContent46').animate({ height: 10 }, 300);
			  $('#window46').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize46').hide();
			  $('#windowMax46').show();
			}
		);
	  $('#windowMax46').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent46'));
			  $('#windowContent46').SlideToggleUp(300);
			  $('#windowBottom46, #windowBottomContent46').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window46').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin46, #windowResize46').show();
			}
		);
	  $('#window46').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop46',
			  handlers: {
			    se: '#windowResize46'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom46, #windowBottomContent46').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent46').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window46').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen45').bind(
			'click',
			function() {
			  if ($('#window45').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window45',
						  className: 'transferer2_45',
						  duration: 400,
						  complete: function() {
						    $('#window45').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose45').bind(
			'click',
			function() {
			  $('#window45').TransferTo(
					{
					  to: 'windowOpen45',
					  className: 'transferer2_45',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin45').bind(
			'click',
			function() {
			  $('#windowContent45').SlideToggleUp(300);
			  $('#windowBottom45, #windowBottomContent45').animate({ height: 10 }, 300);
			  $('#window45').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize45').hide();
			  $('#windowMax45').show();
			}
		);
	  $('#windowMax45').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent45'));
			  $('#windowContent45').SlideToggleUp(300);
			  $('#windowBottom45, #windowBottomContent45').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window45').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin45, #windowResize45').show();
			}
		);
	  $('#window45').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop45',
			  handlers: {
			    se: '#windowResize45'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom45, #windowBottomContent45').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent45').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window45').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen44').bind(
			'click',
			function() {
			  if ($('#window44').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window44',
						  className: 'transferer2_44',
						  duration: 400,
						  complete: function() {
						    $('#window44').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose44').bind(
			'click',
			function() {
			  $('#window44').TransferTo(
					{
					  to: 'windowOpen44',
					  className: 'transferer2_44',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin44').bind(
			'click',
			function() {
			  $('#windowContent44').SlideToggleUp(300);
			  $('#windowBottom44, #windowBottomContent44').animate({ height: 10 }, 300);
			  $('#window44').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize44').hide();
			  $('#windowMax44').show();
			}
		);
	  $('#windowMax44').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent44'));
			  $('#windowContent44').SlideToggleUp(300);
			  $('#windowBottom44, #windowBottomContent44').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window44').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin44, #windowResize44').show();
			}
		);
	  $('#window44').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop44',
			  handlers: {
			    se: '#windowResize44'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom44, #windowBottomContent44').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent44').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window44').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen43').bind(
			'click',
			function() {
			  if ($('#window43').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window43',
						  className: 'transferer2_43',
						  duration: 400,
						  complete: function() {
						    $('#window43').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose43').bind(
			'click',
			function() {
			  $('#window43').TransferTo(
					{
					  to: 'windowOpen43',
					  className: 'transferer2_43',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin43').bind(
			'click',
			function() {
			  $('#windowContent43').SlideToggleUp(300);
			  $('#windowBottom43, #windowBottomContent43').animate({ height: 10 }, 300);
			  $('#window43').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize43').hide();
			  $('#windowMax43').show();
			}
		);
	  $('#windowMax43').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent43'));
			  $('#windowContent43').SlideToggleUp(300);
			  $('#windowBottom43, #windowBottomContent43').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window43').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin43, #windowResize43').show();
			}
		);
	  $('#window43').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop43',
			  handlers: {
			    se: '#windowResize43'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom43, #windowBottomContent43').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent43').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window43').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen42').bind(
			'click',
			function() {
			  if ($('#window42').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window42',
						  className: 'transferer2_42',
						  duration: 400,
						  complete: function() {
						    $('#window42').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose42').bind(
			'click',
			function() {
			  $('#window42').TransferTo(
					{
					  to: 'windowOpen42',
					  className: 'transferer2_42',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin42').bind(
			'click',
			function() {
			  $('#windowContent42').SlideToggleUp(300);
			  $('#windowBottom42, #windowBottomContent42').animate({ height: 10 }, 300);
			  $('#window42').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize42').hide();
			  $('#windowMax42').show();
			}
		);
	  $('#windowMax42').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent42'));
			  $('#windowContent42').SlideToggleUp(300);
			  $('#windowBottom42, #windowBottomContent42').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window42').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin42, #windowResize42').show();
			}
		);
	  $('#window42').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop42',
			  handlers: {
			    se: '#windowResize42'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom42, #windowBottomContent42').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent42').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window42').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen41').bind(
			'click',
			function() {
			  if ($('#window41').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window41',
						  className: 'transferer2_41',
						  duration: 400,
						  complete: function() {
						    $('#window41').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose41').bind(
			'click',
			function() {
			  $('#window41').TransferTo(
					{
					  to: 'windowOpen41',
					  className: 'transferer2_41',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin41').bind(
			'click',
			function() {
			  $('#windowContent41').SlideToggleUp(300);
			  $('#windowBottom41, #windowBottomContent41').animate({ height: 10 }, 300);
			  $('#window41').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize41').hide();
			  $('#windowMax41').show();
			}
		);
	  $('#windowMax41').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent41'));
			  $('#windowContent41').SlideToggleUp(300);
			  $('#windowBottom41, #windowBottomContent41').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window41').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin41, #windowResize41').show();
			}
		);
	  $('#window41').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop41',
			  handlers: {
			    se: '#windowResize41'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom41, #windowBottomContent41').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent41').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window41').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen40').bind(
			'click',
			function() {
			  if ($('#window40').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window40',
						  className: 'transferer2_40',
						  duration: 400,
						  complete: function() {
						    $('#window40').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose40').bind(
			'click',
			function() {
			  $('#window40').TransferTo(
					{
					  to: 'windowOpen40',
					  className: 'transferer2_40',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin40').bind(
			'click',
			function() {
			  $('#windowContent40').SlideToggleUp(300);
			  $('#windowBottom40, #windowBottomContent40').animate({ height: 10 }, 300);
			  $('#window40').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize40').hide();
			  $('#windowMax40').show();
			}
		);
	  $('#windowMax40').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent40'));
			  $('#windowContent40').SlideToggleUp(300);
			  $('#windowBottom40, #windowBottomContent40').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window40').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin40, #windowResize40').show();
			}
		);
	  $('#window40').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop40',
			  handlers: {
			    se: '#windowResize40'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom40, #windowBottomContent40').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent40').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window40').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen39').bind(
			'click',
			function() {
			  if ($('#window39').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window39',
						  className: 'transferer2_39',
						  duration: 400,
						  complete: function() {
						    $('#window39').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose39').bind(
			'click',
			function() {
			  $('#window39').TransferTo(
					{
					  to: 'windowOpen39',
					  className: 'transferer2_39',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin39').bind(
			'click',
			function() {
			  $('#windowContent39').SlideToggleUp(300);
			  $('#windowBottom39, #windowBottomContent39').animate({ height: 10 }, 300);
			  $('#window39').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize39').hide();
			  $('#windowMax39').show();
			}
		);
	  $('#windowMax39').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent39'));
			  $('#windowContent39').SlideToggleUp(300);
			  $('#windowBottom39, #windowBottomContent39').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window39').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin39, #windowResize39').show();
			}
		);
	  $('#window39').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop39',
			  handlers: {
			    se: '#windowResize39'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom39, #windowBottomContent39').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent39').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window39').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen38').bind(
			'click',
			function() {
			  if ($('#window38').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window38',
						  className: 'transferer2_38',
						  duration: 400,
						  complete: function() {
						    $('#window38').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose38').bind(
			'click',
			function() {
			  $('#window38').TransferTo(
					{
					  to: 'windowOpen38',
					  className: 'transferer2_38',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin38').bind(
			'click',
			function() {
			  $('#windowContent38').SlideToggleUp(300);
			  $('#windowBottom38, #windowBottomContent38').animate({ height: 10 }, 300);
			  $('#window38').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize38').hide();
			  $('#windowMax38').show();
			}
		);
	  $('#windowMax38').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent38'));
			  $('#windowContent38').SlideToggleUp(300);
			  $('#windowBottom38, #windowBottomContent38').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window38').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin38, #windowResize38').show();
			}
		);
	  $('#window38').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop38',
			  handlers: {
			    se: '#windowResize38'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom38, #windowBottomContent38').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent38').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window38').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen37').bind(
			'click',
			function() {
			  if ($('#window37').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window37',
						  className: 'transferer2_37',
						  duration: 400,
						  complete: function() {
						    $('#window37').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose37').bind(
			'click',
			function() {
			  $('#window37').TransferTo(
					{
					  to: 'windowOpen37',
					  className: 'transferer2_37',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin37').bind(
			'click',
			function() {
			  $('#windowContent37').SlideToggleUp(300);
			  $('#windowBottom37, #windowBottomContent37').animate({ height: 10 }, 300);
			  $('#window37').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize37').hide();
			  $('#windowMax37').show();
			}
		);
	  $('#windowMax37').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent37'));
			  $('#windowContent37').SlideToggleUp(300);
			  $('#windowBottom37, #windowBottomContent37').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window37').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin37, #windowResize37').show();
			}
		);
	  $('#window37').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop37',
			  handlers: {
			    se: '#windowResize37'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom37, #windowBottomContent37').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent37').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window37').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen36').bind(
			'click',
			function() {
			  if ($('#window36').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window36',
						  className: 'transferer2_36',
						  duration: 400,
						  complete: function() {
						    $('#window36').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose36').bind(
			'click',
			function() {
			  $('#window36').TransferTo(
					{
					  to: 'windowOpen36',
					  className: 'transferer2_36',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin36').bind(
			'click',
			function() {
			  $('#windowContent36').SlideToggleUp(300);
			  $('#windowBottom36, #windowBottomContent36').animate({ height: 10 }, 300);
			  $('#window36').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize36').hide();
			  $('#windowMax36').show();
			}
		);
	  $('#windowMax36').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent36'));
			  $('#windowContent36').SlideToggleUp(300);
			  $('#windowBottom36, #windowBottomContent36').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window36').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin36, #windowResize36').show();
			}
		);
	  $('#window36').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop36',
			  handlers: {
			    se: '#windowResize36'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom36, #windowBottomContent36').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent36').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window36').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen35').bind(
			'click',
			function() {
			  if ($('#window35').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window35',
						  className: 'transferer2_35',
						  duration: 400,
						  complete: function() {
						    $('#window35').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose35').bind(
			'click',
			function() {
			  $('#window35').TransferTo(
					{
					  to: 'windowOpen35',
					  className: 'transferer2_35',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin35').bind(
			'click',
			function() {
			  $('#windowContent35').SlideToggleUp(300);
			  $('#windowBottom35, #windowBottomContent35').animate({ height: 10 }, 300);
			  $('#window35').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize35').hide();
			  $('#windowMax35').show();
			}
		);
	  $('#windowMax35').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent35'));
			  $('#windowContent35').SlideToggleUp(300);
			  $('#windowBottom35, #windowBottomContent35').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window35').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin35, #windowResize35').show();
			}
		);
	  $('#window35').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop35',
			  handlers: {
			    se: '#windowResize35'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom35, #windowBottomContent35').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent35').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window35').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen34').bind(
			'click',
			function() {
			  if ($('#window34').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window34',
						  className: 'transferer2_34',
						  duration: 400,
						  complete: function() {
						    $('#window34').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose34').bind(
			'click',
			function() {
			  $('#window34').TransferTo(
					{
					  to: 'windowOpen34',
					  className: 'transferer2_34',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin34').bind(
			'click',
			function() {
			  $('#windowContent34').SlideToggleUp(300);
			  $('#windowBottom34, #windowBottomContent34').animate({ height: 10 }, 300);
			  $('#window34').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize34').hide();
			  $('#windowMax34').show();
			}
		);
	  $('#windowMax34').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent34'));
			  $('#windowContent34').SlideToggleUp(300);
			  $('#windowBottom34, #windowBottomContent34').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window34').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin34, #windowResize34').show();
			}
		);
	  $('#window34').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop34',
			  handlers: {
			    se: '#windowResize34'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom34, #windowBottomContent34').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent34').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window34').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen33').bind(
			'click',
			function() {
			  if ($('#window33').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window33',
						  className: 'transferer2_33',
						  duration: 400,
						  complete: function() {
						    $('#window33').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose33').bind(
			'click',
			function() {
			  $('#window33').TransferTo(
					{
					  to: 'windowOpen33',
					  className: 'transferer2_33',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin33').bind(
			'click',
			function() {
			  $('#windowContent33').SlideToggleUp(300);
			  $('#windowBottom33, #windowBottomContent33').animate({ height: 10 }, 300);
			  $('#window33').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize33').hide();
			  $('#windowMax33').show();
			}
		);
	  $('#windowMax33').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent33'));
			  $('#windowContent33').SlideToggleUp(300);
			  $('#windowBottom33, #windowBottomContent33').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window33').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin33, #windowResize33').show();
			}
		);
	  $('#window33').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop33',
			  handlers: {
			    se: '#windowResize33'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom33, #windowBottomContent33').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent33').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window33').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen32').bind(
			'click',
			function() {
			  if ($('#window32').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window32',
						  className: 'transferer2_32',
						  duration: 400,
						  complete: function() {
						    $('#window32').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose32').bind(
			'click',
			function() {
			  $('#window32').TransferTo(
					{
					  to: 'windowOpen32',
					  className: 'transferer2_32',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin32').bind(
			'click',
			function() {
			  $('#windowContent32').SlideToggleUp(300);
			  $('#windowBottom32, #windowBottomContent32').animate({ height: 10 }, 300);
			  $('#window32').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize32').hide();
			  $('#windowMax32').show();
			}
		);
	  $('#windowMax32').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent32'));
			  $('#windowContent32').SlideToggleUp(300);
			  $('#windowBottom32, #windowBottomContent32').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window32').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin32, #windowResize32').show();
			}
		);
	  $('#window32').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop32',
			  handlers: {
			    se: '#windowResize32'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom32, #windowBottomContent32').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent32').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window32').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen29').bind(
			'click',
			function() {
			  if ($('#window29').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window29',
						  className: 'transferer2_29',
						  duration: 400,
						  complete: function() {
						    $('#window29').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose29').bind(
			'click',
			function() {
			  $('#window29').TransferTo(
					{
					  to: 'windowOpen29',
					  className: 'transferer2_29',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin29').bind(
			'click',
			function() {
			  $('#windowContent29').SlideToggleUp(300);
			  $('#windowBottom29, #windowBottomContent29').animate({ height: 10 }, 300);
			  $('#window29').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize29').hide();
			  $('#windowMax29').show();
			}
		);
	  $('#windowMax29').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent29'));
			  $('#windowContent29').SlideToggleUp(300);
			  $('#windowBottom29, #windowBottomContent29').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window29').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin29, #windowResize29').show();
			}
		);
	  $('#window29').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop29',
			  handlers: {
			    se: '#windowResize29'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom29, #windowBottomContent29').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent29').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window29').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen28').bind(
			'click',
			function() {
			  if ($('#window28').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window28',
						  className: 'transferer2_28',
						  duration: 400,
						  complete: function() {
						    $('#window28').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose28').bind(
			'click',
			function() {
			  $('#window28').TransferTo(
					{
					  to: 'windowOpen28',
					  className: 'transferer2_28',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin28').bind(
			'click',
			function() {
			  $('#windowContent28').SlideToggleUp(300);
			  $('#windowBottom28, #windowBottomContent28').animate({ height: 10 }, 300);
			  $('#window28').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize28').hide();
			  $('#windowMax28').show();
			}
		);
	  $('#windowMax28').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent28'));
			  $('#windowContent28').SlideToggleUp(300);
			  $('#windowBottom28, #windowBottomContent28').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window28').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin28, #windowResize28').show();
			}
		);
	  $('#window28').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop28',
			  handlers: {
			    se: '#windowResize28'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom28, #windowBottomContent28').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent28').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window28').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen26').bind(
			'click',
			function() {
			  if ($('#window26').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window26',
						  className: 'transferer2_26',
						  duration: 400,
						  complete: function() {
						    $('#window26').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose26').bind(
			'click',
			function() {
			  $('#window26').TransferTo(
					{
					  to: 'windowOpen26',
					  className: 'transferer2_26',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin26').bind(
			'click',
			function() {
			  $('#windowContent26').SlideToggleUp(300);
			  $('#windowBottom26, #windowBottomContent26').animate({ height: 10 }, 300);
			  $('#window26').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize26').hide();
			  $('#windowMax26').show();
			}
		);
	  $('#windowMax26').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent26'));
			  $('#windowContent26').SlideToggleUp(300);
			  $('#windowBottom26, #windowBottomContent26').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window26').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin26, #windowResize26').show();
			}
		);
	  $('#window26').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop26',
			  handlers: {
			    se: '#windowResize26'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom26, #windowBottomContent26').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent26').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window26').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen25').bind(
			'click',
			function() {
			  if ($('#window25').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window25',
						  className: 'transferer2_25',
						  duration: 400,
						  complete: function() {
						    $('#window25').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose25').bind(
			'click',
			function() {
			  $('#window25').TransferTo(
					{
					  to: 'windowOpen25',
					  className: 'transferer2_25',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin25').bind(
			'click',
			function() {
			  $('#windowContent25').SlideToggleUp(300);
			  $('#windowBottom25, #windowBottomContent25').animate({ height: 10 }, 300);
			  $('#window25').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize25').hide();
			  $('#windowMax25').show();
			}
		);
	  $('#windowMax25').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent25'));
			  $('#windowContent25').SlideToggleUp(300);
			  $('#windowBottom25, #windowBottomContent25').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window25').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin25, #windowResize25').show();
			}
		);
	  $('#window25').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop25',
			  handlers: {
			    se: '#windowResize25'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom25, #windowBottomContent25').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent25').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window25').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);

$(document).ready(
	function() {
	  $('.windowOpen24').bind(
			'click',
			function() {
			  if ($('#window24').css('display') == 'none') {
			    $(this).TransferTo(
						{
						  to: 'window24',
						  className: 'transferer2_24',
						  duration: 400,
						  complete: function() {
						    $('#window24').show();
						  }
						}
					);
			  }
			  this.blur();
			  return false;
			}
		);
	  $('#windowClose24').bind(
			'click',
			function() {
			  $('#window24').TransferTo(
					{
					  to: 'windowOpen24',
					  className: 'transferer2_24',
					  duration: 400
					}
				).hide();
				$("#transferHelper").hide();
			}
		);
	  $('#windowMin24').bind(
			'click',
			function() {
			  $('#windowContent24').SlideToggleUp(300);
			  $('#windowBottom24, #windowBottomContent24').animate({ height: 10 }, 300);
			  $('#window24').animate({ height: 40 }, 300).get(0).isMinimized = true;
			  $(this).hide();
			  $('#windowResize24').hide();
			  $('#windowMax24').show();
			}
		);
	  $('#windowMax24').bind(
			'click',
			function() {
			  var windowSize = $.iUtil.getSize(document.getElementById('windowContent24'));
			  $('#windowContent24').SlideToggleUp(300);
			  $('#windowBottom24, #windowBottomContent24').animate({ height: windowSize.hb + 13 }, 300);
			  $('#window24').animate({ height: windowSize.hb + 43 }, 300).get(0).isMinimized = false;
			  $(this).hide();
			  $('#windowMin24, #windowResize24').show();
			}
		);
	  $('#window24').Resizable(
			{
			  minWidth: 200,
			  minHeight: 60,
			  maxWidth: 700,
			  maxHeight: 400,
			  dragHandle: '#windowTop24',
			  handlers: {
			    se: '#windowResize24'
			  },
			  onResize: function(size, position) {
			    $('#windowBottom24, #windowBottomContent24').css('height', size.height - 33 + 'px');
			    var windowContentEl = $('#windowContent24').css('width', size.width - 25 + 'px');
			    if (!document.getElementById('window24').isMinimized) {
			      windowContentEl.css('height', size.height - 48 + 'px');
			    }
			  }
			}
		);
	}
);
