function SearchPopUp(form) {

var inf = form.qu.value;

win = window.open("http://search.info.gov.hk/cgi-bin/se.cgi?gr_1=customs&qu="+ inf +"", 'search_popup', 'width = 800, height = 600, left = 0, top = 0, toolbar = yes, menubar = yes, location = no, scrollbars = yes, resizable = yes');

}


function AdvicePopUp(page) {
OpenWin = this.open(page, 'advice_popup', 'width = 500, height = 342, left = 40, top = 40, toolbar = no, menubar = no, location = no, scrollbars = yes, resizable = no, status = no');
}


function WebPopUp(page) {

OpenWin = this.open(page, 'web_popup', 'width = 780, height = 550, left = 0, top = 0, toolbar = yes, menubar = yes, location = yes, scrollbars = yes, resizable = yes');

}



function old_PdfPopUp(pdf) {

OpenWin = this.open(pdf, 'pdf_popup', 'width = 780, height = 550, left = 0, top = 0, toolbar = no, menubar = no, location = no, scrollbars = yes, resizable = yes, status = no');

}



function PdfPopUp(pdf) {

    var winSpec = 'width=780,height=550,left=0,top=0,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,status=no';



    var domainStr = document.domain;

    if ((domainStr.indexOf("sc.info.gov.hk") >= 0)) {

    // fay:

    // var url = window.location.href;

    // if ((domainStr.indexOf("sc.info.gov.hk") >= 0 || url.indexOf("chi") >= 0)) {

    	// special processing for simplied-chinese page.

  	if (disclaimerCookie_2_isSet()) {

            OpenWin = this.open(pdf, 'pdf_popup', winSpec);

  	} else {

            disclaimerCookie_2_setSrc(pdf);

            OpenWin = this.open('http://www.info.gov.hk/customs/global/sc_disclaimer_pdf.html', 'pdf_popup', winSpec);

    	}

    } else {

    	// normal processing

        OpenWin = this.open(pdf, 'pdf_popup', winSpec);

    }

}





function AboutPopUp(about) {

OpenWin = window.open(about, 'about_popup', 'width = 450, height = 400, left = 0, top = 0, toolbar = no, menubar = no, location = no, scrollbars = yes, resizable = yes, status = no');

}



function CopyrightPopUp(copyright) {

OpenWin = window.open(copyright, 'copyright_popup', 'width = 450, height = 360, left = 0, top = 0, toolbar = no, menubar = no, location = no, scrollbars = yes, resizable = yes, status = no');

}



function DisclaimerPopUp(disclaimer) {

OpenWin = window.open(disclaimer, 'disclaimer_popup', 'width = 450, height = 580, left = 0, top = 0, toolbar = no, menubar = no, location = no, scrollbars = yes, resizable = yes, status = no');

}



function Disclaimer_cPopUp(disclaimer_c) {

OpenWin = window.open(disclaimer_c, 'disclaimer_c_popup', 'width = 450, height = 500, left = 0, top = 0, toolbar = no, menubar = no, location = no, scrollbars = yes, resizable = yes, status = no');

}



function xmas() {
OpenWin = window.open('/customs/flash/xmas.swf', 'xmas_popup', 'width = 550, height = 483, left = 0, top = 0, toolbar = no, menubar = no, location = no, scrollbars = no, resizable = no, status = no');
}
function xmas3e() {
OpenWin = window.open('/customs/flash/card3_eng.swf', 'xmas_popup', 'width = 584, height = 360, left = 0, top = 0, toolbar = no, menubar = no, location = no, scrollbars = no, resizable = no, status = no');
}
function xmas4e() {
OpenWin = window.open('/customs/flash/card4_eng.swf', 'xmas_popup', 'width = 584, height = 360, left = 0, top = 0, toolbar = no, menubar = no, location = no, scrollbars = no, resizable = no, status = no');
}
function xmas5e() {
OpenWin = window.open('/customs/flash/card5_eng.swf', 'xmas_popup', 'width = 584, height = 360, left = 0, top = 0, toolbar = no, menubar = no, location = no, scrollbars = no, resizable = no, status = no');
}
function xmas3c() {
OpenWin = window.open('/customs/flash/card3_tchi.swf', 'xmas_popup', 'width = 584, height = 360, left = 0, top = 0, toolbar = no, menubar = no, location = no, scrollbars = no, resizable = no, status = no');
}
function xmas4c() {
OpenWin = window.open('/customs/flash/card4_tchi.swf', 'xmas_popup', 'width = 584, height = 360, left = 0, top = 0, toolbar = no, menubar = no, location = no, scrollbars = no, resizable = no, status = no');
}
function xmas5c() {
OpenWin = window.open('/customs/flash/card5_tchi.swf', 'xmas_popup', 'width = 584, height = 360, left = 0, top = 0, toolbar = no, menubar = no, location = no, scrollbars = no, resizable = no, status = no');
}

function chigreeting() {
OpenWin = window.open('/customs/chigreeting.html','chigreeting_popup','width=250,height=450,left=0,top=0,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,status=no');
}

