Language
한국어

자유마당new

우주는 우리를 돕고 있습니다.
많은 사람들이 의식 있는 삶에
눈을 떠가고 있습니다. 빛의 지
구는 내면에 있는 다양한 차원
의 의식을 통합하여 평화와 조
화의 빛을 내기 시작하는 사람
들의 교류 장소입니다.


신과나눈이야기한국모임
http://cafe.naver.com/cwgkorea


자유게시판
와우! 진문씨 정말 힘들었겠네요..
오늘 즐겨 찾기 했는데 앞으로 많은 사람들이
와서 화목한 방이 됐으면 좋겠어요..

즐거운 구정되요!!!
조회 수 :
35480
등록일 :
2002.02.10
22:58:05 (*.211.70.73)
엮인글 :
http://www.lightearth.net/free0/27215/606/trackback
게시글 주소 :
http://www.lightearth.net/27215

GMC

2004.07.08
17:57:56
(*.100.4.16)

<html>
<head>
<title> BAUEN</title>
<META name="keywords" content="인테리어,리모델링,디자이너,설계,interior,remodeling,designer">
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<link rel="stylesheet" href="style.css" type="text/css">
</head>

<body topmargin="0" leftmargin="0" >
<!---------------------------상단 메뉴 --------------------------->
<script type="text/javascript" language="javascript">



<!-- 집코드 스크립트 부분 입니다 -->

function OpenZipcode()
{
window.open("zipcode/zipcode.php?form=jointo&zip1=zip1&zip2=zip2&address=address","zipwin","width=520,height=260,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no");
}




if (document.images) { //checks to see if browser supports rollovers
about = new Image();
about.src = "img/i_01.gif";
aboutover = new Image();
aboutover.src = "img/i_01_on.gif";

portfolio = new Image();
portfolio.src ="img/i_02.gif";
portfolioover = new Image();
portfolioover.src = "img/i_02_on.gif";

casestudy = new Image();
casestudy.src = "img/i_03.gif";
casestudyover = new Image();
casestudyover.src = "img/i_03_on.gif";

contact = new Image();
contact.src ="img/i_04.gif";
contactover = new Image();
contactover.src = "img/i_04_on.gif";


}


function swapOn(imgName) { //swap image to 'on' state function
if (document.images) { //check to see if browser supports rollovers
eval("document." + imgName + ".src = " + imgName + "over.src");
}
}

function swapOff(imgName) { //swap image to 'off' state function
if (document.images) { //check to see if browser supports rollovers
eval("document." + imgName + ".src = " + imgName + ".src");
}
}
// -->
</script>
<script language="JavaScript" type="text/JavaScript">

<!--

function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function check_form(theform)
{
if (theform.ask_name.value == "")
{
alert("이름을 입력해 주십시요");
theform.ask_name.focus();
return false;
}

if (theform.ask_phone.value == "")
{
alert("전화번호를 입력해 주십시요");
theform.ask_phone.focus();
return false;
}

if (theform.ask_hphone1.value == "")
{
alert("헨드폰 번호를 입력해 주십시요");
theform.ask_hphone1.focus();
return false;
}

if (theform.ask_hphone2.value == "")
{
alert("헨드폰 번호를 입력해 주십시요");
theform.ask_hphone2.focus();
return false;
}

if (theform.ask_hphone3.value == "")
{
alert("헨드폰 번호를 입력해 주십시요");
theform.ask_hphone3.focus();
return false;
}

if (theform.ask_zipcode.value == "")
{
alert("우편번호를 입력해 주십시요");
theform.ask_zipcode.focus();
return false;
}

if (theform.ask_addr1.value == "")
{
alert("주소를 입력해 주십시요");
theform.ask_addr1.focus();
return false;
}

if (theform.ask_addr2.value == "")
{
alert("나머지주소를 입력해 주십시요");
theform.ask_addr2.focus();
return false;
}

if (theform.ask_bldg_type.value == "")
{
alert("건물형태를 입력해 주십시요");
theform.ask_bldg_type.focus();
return false;
}

if (theform.ask_pyung.value == "")
{
alert("평형을 입력해 주십시요");
theform.ask_pyung.focus();
return false;
}

if (theform.ask_content.value == "")
{
alert("문의내용을 입력해 주십시요");
theform.ask_content.focus();
return false;
}

return true;
}



//-->
</script>

<table align="left" border=0 width=921 cellpadding="0" cellspacing="0" >
<tr>
<td width= height="110"><br></td>
<td width="734" height="110"><img src="img/contact-us.gif" width="734" height="110" alt="" border="0"></td>
</tr>
<tr>
<td height="21"><br></td>
<td align="right" style="border:#E6E6E5 1px solid; border-top-style:none">
<!--------------------------------------메뉴 테이블 부분 ------------------------------>
<table width=325 height="21" border=0 cellpadding="0" cellspacing="0">
<tr>
<td WIDTH=70>
<a href="about us.html" onmouseover="swapOn('about');" onmouseout="swapOff('about');" TARGET="_parent">
<IMG SRC="img/i_01.gif" WIDTH=70 HEIGHT=21 border="0" alt="about us" name="about"></a></td>
<td WIDTH=73>
<a href="portfolio.html" onmouseover="swapOn('portfolio');" onmouseout="swapOff('portfolio');" TARGET="_parent">
<IMG SRC="img/i_02.gif" WIDTH=73 HEIGHT=21 border="0" alt="portfolio" name="portfolio"></a></td>
<td WIDTH=101>
<a href="casestudy.html" onmouseover="swapOn('casestudy');" onmouseout="swapOff('casestudy');" TARGET="_parent">
<IMG SRC="img/i_03.gif" WIDTH=101 HEIGHT=21 border="0" alt="case study" name="casestudy"></a></td>
<td WIDTH=82>
<a href="contact.html" onmouseover="swapOn('contact');" onmouseout="swapOff('contact');" TARGET="_parent">
<IMG SRC="img/i_04.gif" WIDTH=82 HEIGHT=21 border="0" alt="contact" name="contact"></a></td>
</tr>
</table>
<!---------------------------------------------------------------------------------->
</td>
</tr>

<tr>
<td height=500 style="border:#E6E6E5 1px solid; border-top-style:none ;border-right-style:none">
</td>
<td valign="top" style="border:#E6E6E5 1px solid; border-top-style:none;border-bottom-style:none">

<!----------------------------본문 소개 --------------------------------------------->
<table align="center" width=600 border=0 cellpadding="0" cellspacing="0">
<tr>
<td height="50"><br></td></tr>
<tr>
<td height="21"><img src="img/contact_img03.gif" width="99" height="26" alt="" border="0"></td>
</tr>
<tr>
<td height="20"><br></td></tr>
<tr>
<td>

<img src="img/contact_icon.gif" width="9" height="9" border="0">  서울시 강남구 역삼동 832-7 황화빌딩 17층 <br><br>
<img src="img/contact_icon.gif" width="9" height="9" border="0">  FAX : 02-568-6134<br><br>
</td>
</tr>
<tr>
<td align="center">
<!------------------------------------------------온라인 문의 테이블 ------------------------------------>
<table width="500" border="0" cellspacing="0" cellpadding="0">
<tr> <td height="80" valign="bottom" colspan="3">
<img src="img/online_title.gif" width="95" height="16" border="0"> <br><br>
궁금하신 사항은 이곳에서 문의 주시면 친절하게 안내해 드리겠습니다.<br>
고객님께 맞는 컨설팅을 위해 아래의 내용을 정확히 기입해주세요. <br></td></tr>
<tr><td height="20" colspan="3"><br></td></tr>
<tr>
<td colspan="3"><img src="img/box_line.gif" width="505" height="1"></td>
</tr>
<tr>
<td width="50" height="30" align="center"><img src="img/icon_circle.gif" width="6" height="6" alt="" border="0"></td>
<td width="115" >
이름 </td>
<td width="335">
<input name="ask_name" type="text" size="15" class="aform"></td>
</tr>
<tr>
<td height="1" colspan="3" background="img/box_line.gif"></td>
</tr>
<tr>
<td height="30" align="center"><img src="img/icon_circle.gif" width="6" height="6" alt="" border="0"></td>
<td> 전화번호</td>
<td><select name="ask_phone1" class="s">
<option value= "">선택 </option>
<option value= "02">02 </option>
<option value="031">031</option>
<option value="032">032</option>
<option value="033">033</option>
<option value="041">041</option>
<option value="042">042</option>
<option value="043">043</option>
<option value="051">051</option>
<option value="052">052</option>
<option value="053">053</option>
<option value="054">054</option>
<option value="055">055</option>
<option value="061">061</option>
<option value="062">062</option>
<option value="063">063</option>
<option value="064">064</option>
</select> <font color="#666666">-</font> <input name="ask_phone2" type="text" size="5" class="aform" maxlength="4"> <font color="#666666">-</font> <input name="ask_phone3" type="text" size="6" class="aform" maxlength="4">
</td>
</tr>
<tr>
<td height="1" colspan="3" background="img/box_line.gif"></td>
</tr>
<tr>
<td height="30" align="center"><img src="img/icon_circle.gif" width="6" height="6" border="0"></td>
<td>휴대전화</td>
<td ><select name="ask_hphone1" class="s">
<option value= "">선택 </option>
<option value= "010">010</option>
<option value= "011">011</option>
<option value= "016">016</option>
<option value= "017">017</option>
<option value= "018">018</option>
<option value= "019">019</option>
</select> <font color="#666666">-</font> <input name="ask_hphone2" type="text" size="5" class="aform" maxlength="4">
<font color="#666666">-</font> <input name="ask_hphone3" type="text" size="6" class="aform" maxlength="4">
</td>
</tr>
<tr >
<td height="1" colspan="3" background="img/box_line.gif"></td>
</tr>
<tr>
<td height="30" align="center"><img src="img/icon_circle.gif" width="6" height="6" alt="" border="0"></td>
<td>E-MAIL</td>
<td><input name="ask_email" type="text" size="23"v class="aform"></td>
</tr>
<tr>
<td height="1" colspan="3" background="img/box_line.gif"></td>
</tr>
<tr>
<td height="30" align="center"><img src="img/icon_circle.gif" width="6" height="6" border="0"></td>
<td>우편 번호</td><td width="500" bgcolor="#FFFFFF" colspan="3">
<input type="text" class=text name="zip1" maxlength="3" size="5">-<input type="text" class=text name="zip2" maxlength="3" size="5"> <a href="javascript:Openzipcode">
<img src="Img/btn_zip_b.gif" width="96" height="21" border="0" align="absmiddle">
</td>
</tr>




<tr>
<td height="1" colspan="3" background="img/box_line.gif"></td>
</tr>
<tr>
<td height="30" align="center"><img src="img/icon_circle.gif" width="6" height="6" border="0"></td>
<td>주소 </td>
<td><input name="ask_addr1" type="text" size="55"v class="aform"></td>
</tr>
<tr>
<td height="1" colspan="3" background="img/box_line.gif"></td>
</tr>
<tr>
<td height="30" align="center"><img src="img/icon_circle.gif" width="6" height="6" border="0"></td>
<td>공사내용 </td>
<td>
<select id="selAdvice" name="selAdvice" class="Text_Field_Enable">
<option value="1">리모델링 </option>
<option value="2">인테리어</option>
<option value="3">신축 </option>
<option value="4">기타</option>
</select> </td>
</tr>
<tr >
<td height="1" colspan="3" background="img/box_line.gif"></td>
</tr>
<tr>
<td height="30" align="center"><img src="img/icon_circle.gif" width="6" height="6" border="0"></td>
<td>공사분류 </td>
<td >
<select id="selAdvice" name="selAdvice" class="Text_Field_Enable">
<option value="1">관공서 </option>
<option value="2">사무공간 </option>
<option value="3">주거공간 </option>
<option value="4">상업공간 </option>
<option value="4">의료공간 </option>
</select> </td>
</tr>
<tr>
<td height="1" colspan="3" background="img/box_line.gif"></td>
</tr>
<tr>
<td height="30" align="center"><img src="img/icon_circle.gif" width="6" height="6" border="0"></td>
<td>공간면적 </td>
<td>
<input name="ask_addr1" type="text" size="9"v class="aform"> 평 </td>
</tr>
<tr >
<td height="1" colspan="3" background="img/box_line.gif"></td>
</tr>
<tr>
<td height="30" align="center"><img src="img/icon_circle.gif" width="6" height="6" border="0"></td>
<td>공간시기 </td>
<td>
<input name="ask_addr1" type="text" size="9"v class="aform"> </td>
</tr>
<tr>
<td height="1" colspan="3" background="img/box_line.gif"></td>
</tr>
<tr>
<td height="30" align="center"><img src="img/icon_circle.gif" width="6" height="6" border="0"></td>
<td>희망예산 </td>
<td >
<input name="ask_addr1" type="text" size="9"v class="aform"> ~ <input name="ask_addr1" type="text" size="9"v class="aform"> 만원 </td>
</tr>
<tr>
<td height="1" colspan="3" background="img/box_line.gif"></td>
</tr>
<td height="30" align="center"><img src="img/icon_circle.gif" width="6" height="6" border="0"></td>
<td> 기타문의사항 </td>
<td>
<textarea name="ask_content" cols="50" rows="5" wrap="VIRTUAL"></textarea> </td>
</tr>
<tr>
<td colspan="3"><img src="img/box_line.gif" width="505" height="1"></td>
</tr>
<tr>
<td height="50" colspan="3" align="center"> <img src="img/button_send.gif" width="54" height="24" alt="" border="0" hspace="5"><img src="img/button_cancel.gif" width="63" height="24" alt="" border="0"></td>
</tr>
</table>
<!------------------------------------------------------------------------>
</td>
</tr>
</table>
<!------------------------------------------------------------------------>
</td>
</tr>
<tr>
<td><br></td>
<td height=70 bgcolor="#CBBF9E" valign="top" style="border:#E6E6E5 1px solid; border-top-style:none">
<img src="img/copyright.gif" width="185" height="17" border="0" hspace="10" vspace="10"></td>
</tr>

</table>





</body>
</html>
List of Articles
번호 제목 글쓴이 조회 수sort 추천 수 비추천 수 날짜 최근 수정일
공지 국제정세와 관련하여 실시간 전달되는 중요한 정보를 금일부터 올립니다. 아트만 148139     2020-05-14 2022-03-25 13:02
공지 현재 진행중인 국내, 국제정세에 대하여.. 아트만 148861     2020-01-09 2020-01-16 18:33
공지 어보브 메제스틱 (한글자막) -- 데이빗 윌콕, 코리 굿 출연 / "트럼프왕과 기사이야기" [1] 아트만 166673     2019-10-20 2019-12-17 04:02
공지 유엔 각국대표부에 보내는 제안서 [2018. 8. 29.] 아트만 155259     2018-08-29 2018-08-29 12:14
공지 우리가 지금 이곳 지구에 있음은 우연이 아닙니다. [1] 아트만 236215     2015-08-18 2021-07-14 23:44
공지 [릴루 마세(Lilou Mace)] 포스터 갬블(Foster Gamble)과의 인터뷰 1부/ 2부 아트만 235922     2014-05-10 2015-03-11 07:25
공지 가슴으로 느껴보세요 - '빛나는 꿈들' [2] [46] 관리자 281186     2013-04-12 2021-12-16 14:02
공지 자본주의 체제가 총체적 사기 임을 알려주는 동영상(한글자막) [67] 관리자 312281     2012-12-09 2012-12-09 23:43
공지 각성을 위한 준비 --마이트레야(미륵) [7] [57] 관리자 350394     2011-08-17 2022-01-10 11:20
공지 자유게시판 글쓰기에 관한 안내 [3] [54] 관리자 464996     2010-06-22 2015-07-04 10:22
» 추카추카 [1] Hanson, Choe 35480     2002-02-10 2002-02-10 22:58
와우! 진문씨 정말 힘들었겠네요.. 오늘 즐겨 찾기 했는데 앞으로 많은 사람들이 와서 화목한 방이 됐으면 좋겠어요.. 즐거운 구정되요!!!  
17178 조용히 [3] [4] 가이아킹덤 30591     2013-01-29 2013-02-19 19:40
 
17177 지진 소식/ 후쿠시마 원전/ 일본인의 속내 [5] [67] 멀린 30482     2011-03-22 2011-03-23 16:20
 
17176 로스웰 외계인 인터뷰는 음모 인가요? [9] 예비교사1 29765     2015-04-03 2015-04-05 10:44
 
17175 아론 루소와의 인터뷰-록펠러陰謀 폭로후 사망 [1] [138] 조강래 29093     2008-05-23 2008-05-23 13:56
 
17174 빛의 몸 시스템( 메르키바, 메르카바, 메르카나 ) / Metatron [1] [61] 베릭 28924     2011-01-29 2011-04-10 20:20
 
17173 "내 손안에 우주 있다!" 베릭 25119     2017-03-19 2021-08-09 21:36
 
17172 미국방성의 우주인(=펜타곤의 외계인)(서적+원문사이트) - 다음 아고라 자료 [1] [112] 베릭 24877     2012-02-29 2013-07-25 14:05
 
17171 한국에도 렙틸리언이 많나요? 한국 연예인들도 대부분 렙틸리언 인가요? [29] 예비교사1 24675     2015-04-07 2015-04-14 20:24
 
17170 윤석열 "집값 폭등 의도적..北과 똑같다 ㅡ집값이 폭등한 이유는 그들의 그 핵심세력의 저서에 잘 나타나고 있다 (그들은) 사람들이 집, 주택의 소유자가 되면 보수화되기 때문에 우리 좌파 세력의 집권에 불리하다(고 생각한다)"고 주장했다. 이어 "박원순 (전) 서울시장이 들어와가지고 서울에도 재개발 재건축을 전부 중단시켰다"며 "그렇게 해서 집값이 폭등된 것 [2] 베릭 23904     2021-12-23 2022-03-14 12:34
 
17169 존경하는 장휘용 선생님과 이곳을 방문하는 모든 분들께. (펌) [33] [68] 작은도리 22326     2005-07-14 2005-07-14 02:20
 
17168 2012년이 시작되었습니다. [1] [113] 관리자 22316     2012-01-01 2012-02-28 22:03
 
17167 인간 심리를 설명해주는 여러가지 이론 [펌] [139] 베릭 21155     2010-12-31 2011-04-02 19:48
 
17166 나로호가 가는 우주 크기와 항성 크기 비교 ( 행성 별 크기) [5] [111] 베릭 20904     2011-03-24 2011-03-25 16:13
 
17165 찬송가, ccm 무료다운받으세요. [125] 김춘선 20340     2009-09-10 2009-09-10 17:25
 
17164 수고 많으셨읍니다!!! [55] 손세욱 19957     2002-02-14 2002-02-14 11:51
 
17163 [스크랩] 프리에너지 기술 - 니콜라 테슬라 [3] [21] 베릭 19768     2012-03-19 2012-03-20 12:47
 
17162 케네디를 암살한 자는 퀴즈! [4] 서윤석 18698     2002-02-16 2002-02-16 00:05
 
17161 공기 엔진 발명햇다며 사기치는 주남식에 속지 말자 [1] [105] 바람 18459     2010-01-09 2010-01-09 09:23
 
17160 <기치료 잘하는 법> [6] 베릭 18381     2013-04-10 2013-04-10 01:43