// JavaScript Document
$(document).ready(function(){
	var xx= $('#warp').height();
	$('#ColR,#ColL').height(xx);
})







