// OPEN VOLUME FORM IN POPUP WINDOW
// Volume Form Name in the variable 'formName'
var formName="volume_form.html";
var windowWidth = 550;
var windowHeight = 600;
function openVolume(){
var vf = window.open(formName,'volume','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,scrollbars=yes,copyhistory=yes,width='+windowWidth+',height='+windowHeight+',left=0,top=0,screenX=0,screenY=0');
}
function updateVolume(n){
SHIPIT.fields.UHCMV.value=n.toFixed(1); n = n*35;
}
function updateItemsString(items){
SHIPIT.fields.UHDESCGOOD.value=items;
}
function roundFloat(n) {
var num = n;
var rlength = 2;
var result = Math.round(num*Math.pow(10,rlength))/Math.pow(10,rlength);
return result;
}
function calculate() {
// V1.1 - return string of items selected
var df = document.forms.volumes;
var numObjects=125;
var total_volume = 0;
var list_of_items = "";
var list_of_items_to_pack = "";
// for each line
for(i=0;i< numObjects; i++) {
// get the quantity
var this_quantity = df.elements["unit"+ eval(i+1)].value;
// alert (this_quantity);
// if the quantity's a number & >0
if (!(isNaN(this_quantity)) && this_quantity>0) {
// get the volume, the name, and do-we-pack-it
var this_volume = df.elements["vol"+ eval(i+1)].value;
var item_name = df.elements["name"+ eval(i+1)].value;
var pack_this =df.elements["pack"+ eval(i+1)][0].checked;
// add the volume to the running total
total_volume += (this_volume * this_quantity);
// add the name & quantity to the list of items
list_of_items += this_quantity + "x " + item_name + ", ";
// check if we're to pack the item(s)
if (pack_this) {
// alert (pack_this);
// add the name & quantity to the list of items to pack
list_of_items_to_pack += this_quantity + "x " + item_name + ", ";
// alert (list_of_items_to_pack);
}
} else {
df.elements["unit"+ eval(i+1)].value=0;
}
}
df.totalbox.value = roundFloat(total_volume);
document.forms.frmGMGenerated.UHCMV.value = roundFloat(total_volume);
document.forms.frmGMGenerated.T2.value = roundFloat(total_volume * 35.31);
document.forms.frmGMGenerated.UHDESCGOOD.value = list_of_items;
document.forms.frmGMGenerated.Goods_For_Packing.value = list_of_items_to_pack; }
International Removals Quote Form | Overseas House and Home Moving Services
International Removals Quote Form
Thank you for filling in the international removals quote, it will only take a few minutes to complete. We appreciate your time and information that you have given and we will get back to you with your quote within 24hrs.
Thanks again for asking us to quote for your overseas move.
Contact Details
Tell us about your move
So What Are You Taking?
You can either Click on the Calculator picture and get some help with our form calculator, ot you can tell us yourself in the description box in the next section.
Need to tell us more?
Describe your move here or just give us some more information. Need help to estimate?
This large fridge-freezer is 2.00 cubic metres or 70 cubic feet.
Estimate your own volume:
Would you like us to pack?
Tell us what you would like to pack or choose one of the options in the drop down menu.