1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <title>เบญจพรกรุ๊ป Benjabhorn Group</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="style.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- body { background-image:url(images/bg-inside.jpg); background-position:top; background-repeat:repeat-x; } #apDiv1 { position:absolute; left:422px; top:136px; width:822px; height:310px; z-index:1; } #apDiv2 { position:absolute; left:130px; top:160px; width:1000px; height:50px; z-index:1; } --> </style></head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!--<div id="apDiv1"> <iframe src="slide-project/index.html" width="800" height="300" frameborder="0" scrolling="no"></iframe></div> --> <div id="apDiv2"> <div align="right"><img src="images/submenu-project.jpg" alt="" width="744" height="33" usemap="#Map" /> <map name="Map" id="Map"> <area shape="rect" coords="229,2,299,30" href="project.php" alt="" /> <area shape="rect" coords="306,2,383,30" href="type.php" alt="" /> <area shape="rect" coords="394,4,480,32" href="plan.php" alt="" /> <area shape="rect" coords="488,6,589,31" href="gallery.php" alt="" /> <area shape="rect" coords="598,5,665,32" href="progress.php" alt="" /> <area shape="rect" coords="674,6,739,30" href="location.php" alt="" /> </map> </div> </div> <center> <?php include("header.php"); ?> <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td height="515" colspan="2"><img src="images/naturepark3.jpg" alt="" width="1000" height="515" /></td> </tr> <tr> <td colspan="2" align="center" valign="top" class="txt30"><img src="images/shadow.png" alt="" width="985" height="20" vspace="1" /></td> </tr> <tr> <td width="735" align="left" valign="top" class="txt30"><strong><br /> <span class="h-project">โครงการเนเจอร์ปาร์ค </span></strong> <p class="txt-project"><br /> สัมผัสบรรยากาศสบายติดทะเล ใกล้ชิดธรรมชาติ การคมนาคมสะดวก เป็นเส้นทางลัดสู่ตัวเมืองสงขลา อำเภอหาดใหญ่ และจังหวัดใกล้เคียง สร้างด้วยระบบ "พรีคาสท์" นวัตกรรมใหม่แห่งการสร้างบ้าน แข็งแรงกว่าการสร้างบ้านแบบก่ออิฐฉาบปูน เพิ่มพื้นที่ใช้สอย และเป็นมิตรกับสิ่งแวดล้อม </p> <p class="txt-project"> </p> <table width="85%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="40" bgcolor="#D8D7DC" class="L25">บ้านพักอาศัยทั้งหมด</td> <td height="40" bgcolor="#D8D7DC" class="L25">41 ยูนิต</td> </tr> <tr> <td height="40" class="L25">เนื้อที่</td> <td height="40" class="L25">79 ไร่</td> </tr> <tr> <td height="40" bgcolor="#D7D6DB" class="L25">ประเภทบ้านในโครงการ</td> <td height="40" bgcolor="#D7D6DB" class="L25">• บ้านเดี่ยว • บ้านแฝด • ทาวน์โฮม • อาคารพาณิชย์ </td> </tr> <tr> <td height="40" class="L25">ทำเลที่ตั้ง</td> <td height="40" class="L25">ถ.ติณสูลานนท์ ต.พะวง อ.เมือง จ.สงขลา</td> </tr> <tr> <td height="40" bgcolor="#D7D6DB" class="L25">สำนักงานขาย</td> <td height="40" bgcolor="#D7D6DB" class="L25">074-335121-2 (ต่อ 12) , 088-7884633</td> </tr> </table> <p class="txt-project"> </p></td> <td width="270" align="left" valign="top" class="txt30"><img src="images/project-link.png" alt="" width="232" height="234" /></td> </tr> <tr> <td colspan="2" align="center"> </td> </tr> <tr> <td colspan="2" align="center"> </td> </tr> </table> </center> <?php include("footer.php"); ?> </body> </html>
|