Language
한국어

자유마당new

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


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


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

즐거운 구정되요!!!
조회 수 :
36155
등록일 :
2002.02.10
22:58:05 (*.211.70.73)
엮인글 :
http://www.lightearth.net/free0/27215/b09/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 추천 수 비추천 수 날짜 최근 수정일
공지 국제정세와 관련하여 실시간 전달되는 중요한 정보를 금일부터 올립니다. 아트만 197474     2020-05-14 2022-03-25 13:02
공지 현재 진행중인 국내, 국제정세에 대하여.. 아트만 198343     2020-01-09 2020-01-16 18:33
공지 어보브 메제스틱 (한글자막) -- 데이빗 윌콕, 코리 굿 출연 / "트럼프왕과 기사이야기" [1] 아트만 216267     2019-10-20 2019-12-17 04:02
공지 유엔 각국대표부에 보내는 제안서 [2018. 8. 29.] 아트만 204529     2018-08-29 2018-08-29 12:14
공지 우리가 지금 이곳 지구에 있음은 우연이 아닙니다. [1] 아트만 285767     2015-08-18 2021-07-14 23:44
공지 [릴루 마세(Lilou Mace)] 포스터 갬블(Foster Gamble)과의 인터뷰 1부/ 2부 아트만 287592     2014-05-10 2015-03-11 07:25
공지 가슴으로 느껴보세요 - '빛나는 꿈들' [2] [46] 관리자 330805     2013-04-12 2021-12-16 14:02
공지 자본주의 체제가 총체적 사기 임을 알려주는 동영상(한글자막) [67] 관리자 362195     2012-12-09 2012-12-09 23:43
공지 각성을 위한 준비 --마이트레야(미륵) [7] [57] 관리자 399626     2011-08-17 2022-01-10 11:20
공지 자유게시판 글쓰기에 관한 안내 [3] [54] 관리자 514582     2010-06-22 2015-07-04 10:22
30 윤석열 "집값 폭등 의도적..北과 똑같다 ㅡ집값이 폭등한 이유는 그들의 그 핵심세력의 저서에 잘 나타나고 있다 (그들은) 사람들이 집, 주택의 소유자가 되면 보수화되기 때문에 우리 좌파 세력의 집권에 불리하다(고 생각한다)"고 주장했다. 이어 "박원순 (전) 서울시장이 들어와가지고 서울에도 재개발 재건축을 전부 중단시켰다"며 "그렇게 해서 집값이 폭등된 것 [2] 베릭 24013     2021-12-23 2022-03-14 12:34
 
29 한국에도 렙틸리언이 많나요? 한국 연예인들도 대부분 렙틸리언 인가요? [29] 예비교사1 24884     2015-04-07 2015-04-14 20:24
 
28 미국방성의 우주인(=펜타곤의 외계인)(서적+원문사이트) - 다음 아고라 자료 [1] [112] 베릭 25027     2012-02-29 2013-07-25 14:05
 
27 "내 손안에 우주 있다!" 베릭 25300     2017-03-19 2021-08-09 21:36
 
26 빛의 몸 시스템( 메르키바, 메르카바, 메르카나 ) / Metatron [1] [61] 베릭 29061     2011-01-29 2011-04-10 20:20
 
25 아론 루소와의 인터뷰-록펠러陰謀 폭로후 사망 [1] [138] 조강래 29188     2008-05-23 2008-05-23 13:56
 
24 로스웰 외계인 인터뷰는 음모 인가요? [9] 예비교사1 29923     2015-04-03 2015-04-05 10:44
 
23 지진 소식/ 후쿠시마 원전/ 일본인의 속내 [5] [67] 멀린 30609     2011-03-22 2011-03-23 16:20
 
22 조용히 [3] [4] 가이아킹덤 30822     2013-01-29 2013-02-19 19:40
 
» 추카추카 [1] Hanson, Choe 36155     2002-02-10 2002-02-10 22:58
와우! 진문씨 정말 힘들었겠네요.. 오늘 즐겨 찾기 했는데 앞으로 많은 사람들이 와서 화목한 방이 됐으면 좋겠어요.. 즐거운 구정되요!!!  
20 PAG&PAW NT에서 흥미로운 글이 올라왔길래 올립니다(영문) lightworker 37082     2002-09-24 2002-09-24 17:05
 
19 백신들 속에서 발견된 4가지 종류의 기생충들 - 다수의 식염수 백신들 사이에 포함된 독극물들(속임수) [2] 베릭 37516     2021-10-14 2022-04-03 21:21
 
18 지구인류의 평화와 번영을 위한 의식의 전환과 / 세계일주자동차여행 [1] 아트만 45514     2017-01-16 2017-06-09 08:06
 
17 전세계에서 유명한 한국 동영상 [198] 베릭 48951     2012-04-06 2017-01-24 23:40
 
16 My Story By Sheldan Nidle [4] file 푸크린 50152     2003-06-06 2003-06-06 12:32
 
15 힐링이란 마음과 감성 ‘치유(治癒)’를 바탕으로 시작하는 일 베릭 52502     2011-03-23 2023-04-23 07:10
 
14 모르면 구걸을 해서라도 알아야 하는군요. [2] 가이아킹덤 52563     2021-10-11 2021-10-12 07:52
 
13 진짜 신과 가짜 신을 둘러싼 왜곡된 역사 : [Jay Weidner] "Archon"의 부상 [7] 베릭 53428     2014-09-10 2014-11-15 17:49
 
12 프리덤티칭 조심해야 합니다. [1349] 아눈나키vs드라코니언 65578     2012-10-05 2012-10-05 23:52
 
11 빛의지구 사이트가 새롭게 모습을 바꾸고 있습니다. [4] [48] 관리자 106395     2010-05-12 2011-03-07 17:18