include $_SERVER["DOCUMENT_ROOT"]."/include/left_navi_product03.php";
$part1_idx = 4;
if($part2_idx){
$query = "select * from cs_part where idx='$part2_idx'";
$rs = mysql_query($query);
$row = mysql_fetch_array($rs);
} else {
$query = "select * from cs_part where idx='4'";
$rs = mysql_query($query);
$row = mysql_fetch_array($rs);
$query = "select * from cs_part where part_display_check='1' and part_index='2' and part1_code='".$row['part1_code']."' order by part_ranking asc, idx asc limit 1";
$rs = mysql_query($query);
$row = mysql_fetch_array($rs);
$part2_idx = $row['idx'];
}
?>
include "product_list.php"; ?>