괌 견적 재문의
페이지 정보
작성자 조선주 메일보내기 이름으로 검색 작성일11-04-21 13:09 조회304회 댓글0건관련링크
본문
|
layerWrite(txt);
if(left) palign = left;
disp(palign);
}
// Common calls
function disp(palign) {
if ( (ns4) || (ie4) ) {
if (popup_on == 0) {
if (palign == 0) { // Center
moveTo(over,x+offsetx-(width/2),y+offsety);
}
if (palign == 1) { // Right
moveTo(over,x+offsetx,y+offsety);
}
if (palign == 2) { // Left
moveTo(over,x-offsetx-width,y+offsety);
}
showObject(over);
popup_on = 1;
}
}
// Here you can make the text goto the statusbar.
}
// Moves the layer
function mouseMove(e) {
if (ns4) {x=e.pageX; y=e.pageY;}
if (ie4) {x=event.x; y=event.y;}
if (ie5) {x=event.x+document.body.scrollLeft; y=event.y+document.body.scrollTop;}
if (popup_on) {
if (palign == 0) { // Center
moveTo(over,x+offsetx-(width/2),y+offsety);
}
if (palign == 1) { // Right
moveTo(over,x+offsetx,y+offsety);
}
if (palign == 2) { // Left
moveTo(over,x-offsetx-width,y+offsety);
}
}
}
// Writes to a layer
function layerWrite(txt) {
if (ns4) {
var lyr = document.viewDIV.document
lyr.write(txt)
lyr.close()
}
else if (ie4) document.all["viewDIV"].innerHTML = txt
}
// Make an object visible
function showObject(obj) {
if (ns4) obj.visibility = "show"
else if (ie4) obj.visibility = "visible"
}
// Hides an object
function hideObject(obj) {
if (ns4) obj.visibility = "hide"
else if (ie4) obj.visibility = "hidden"
}
// Move a layer
function moveTo(obj,xL,yL) {
obj.left = xL
obj.top = yL
}
안녕하세요,괌몰입니다. |
-----------------------------------------------------------------------------------------
일정표랑, 기타 예약시 필요한 사항 이메일로 보내주세요.
그리고 4월 발권하면 1인 139만원이 확정 금액이란 말씀이시죠?
5월이후에서 하면 최소 1인 45000원이 추가되구요?
참, 로얄타워는 룸이 디럭스룸과 클럽룸 두개가 맞나요? 혹시 클럽룸으로 예약한다면 추가되는 비용과, 특전(?) 같은것도 좀 알려주세요.
댓글목록
등록된 댓글이 없습니다.