﻿/*main scripts*/

function makeRoundBox(boxID) {
	$("#"+boxID+"").corner("10px");	
	$("#"+boxID+"Inner").corner("10px");	
}