var MSG = '';

if (cssType=="4") {
	MSG += '<ul><li><img src="../common/img/op_button_big_off.jpg" width="20" height="20" border="0" alt="{"><img src="../common/img/op_big_off.gif" width="45" height="20" border="0" alt="Large"></li><li><a href="javascript:set_cssType(\'3\');"><img src="../common/img/op_button_small.jpg" width="20" height="20" border="0" alt="|"></a><img src="../common/img/op_small.gif" width="31" height="20" border="0" alt="Small"></li></ul>';
	}
else if  (cssType=="3"){
	MSG += '<ul><li><a href="javascript:set_cssType(\'4\');"><img src="../common/img/op_button_big.jpg" width="20" height="20" border="0" alt="{"></a><img src="../common/img/op_big.gif" width="45" height="20" border="0" alt="Large"></li><li><a href="javascript:set_cssType(\'2\');"><img src="../common/img/op_button_small.jpg" width="20" height="20" border="0" alt="|"></a><img src="../common/img/op_small.gif" width="34" height="20" border="0" alt="Small"></li></ul>';
	}
else if  (cssType=="2"){
	MSG += '<ul><li><a href="javascript:set_cssType(\'3\');"><img src="../common/img/op_button_big.jpg" width="20" height="20" border="0" alt="{"></a><img src="../common/img/op_big.gif" width="45" height="20" border="0" alt="Large"></li><li><a href="javascript:set_cssType(\'1\');"><img src="../common/img/op_button_small.jpg" width="20" height="20" border="0" alt="|"></a><img src="../common/img/op_small.gif" width="34" height="20" border="0" alt="Small"></li></ul>';
	}
else if  (cssType=="1"){
	MSG += '<ul><li><a href="javascript:set_cssType(\'2\');"><img src="../common/img/op_button_big.jpg" width="20" height="20" border="0" alt="{"></a><img src="../common/img/op_big.gif" width="45" height="20" border="0" alt="Large"></li><li><a href="javascript:set_cssType(\'0\');"><img src="../common/img/op_button_small.jpg" width="20" height="20" border="0" alt="|"></a><img src="../common/img/op_small.gif" width="34" height="20" border="0" alt="Small"></li></ul>';
	}
else if  (cssType=="0"){
	MSG += '<ul><li><a href="javascript:set_cssType(\'1\');"><img src="../common/img/op_button_big.jpg" width="20" height="20" border="0" alt="{"></a><img src="../common/img/op_big.gif" width="45" height="20" border="0" alt="Large"></li><li><img src="../common/img/op_button_small_off.jpg" width="20" height="20" border="0" alt="|"><img src="../common/img/op_small_off.gif" width="34" height="20" border="0" alt="Small"></li></ul>';
	}
else {
	MSG += '<ul><li><a href="javascript:set_cssType(\'3\');"><img src="../common/img/op_button_big.jpg" width="20" height="20" border="0" alt="{"></a><img src="../common/img/op_big.gif" width="45" height="20" border="0" alt="Large"></li><li><a href="javascript:set_cssType(\'1\');"><img src="../common/img/op_button_small.jpg" width="20" height="20" border="0" alt="|"></a><img src="../common/img/op_small.gif" width="34" height="20" border="0" alt="Small"></li></ul>';
	}
	document.write(MSG);
