// JavaScript Document

Event.observe(
	window,
	'load',
	function(){
		var contentFrame=$('content___Frame');
		contentFrame.setStyle(
							  {
  									height: '600px'
							  }
							  );

	}
	);