﻿// Links JScript File
<!--
function home_click() {
    window.location.href('index.html');
}
function box_click() {
    window.location.href('balikbayan_box.html');
}
function money_click() {
    window.location.href('money_express.html');
}
function delivery_click() {
    window.location.href('delivery_area.html');
}
function faq_click() {
    window.location.href('faq.html');
}
function contact_click() {
    window.location.href('contact_us.html');
}
function faq_click() {
    window.open('index2.html', 'faq', 'width=600, height=500, top=50, left=200');
}
function branches_click() {
    window.open('index1.html', 'branches', 'width=600, height=530, top=50, left=200');
}
function email_click() {
    window.open('mailto:head.office@manila-express.ca');
}
function career_click() {
    window.open('frms/frmjob.htm', 'careers', 'width=600, height=500, top=50, left=200');
}
//-->


