<!--
function myPopupChina() {
window.open( "flags_china_logistics.htm", "myWindow", 
"status = 1, height = 300, width = 400, resizable = 0" )
}
function myPopupRussian() {
window.open( "flags_russia_logistics.htm", "myWindow", 
"status = 1, height = 300, width = 400, resizable = 0" )
}
function myPopupSpanish() {
window.open( "flags_spanish_logistics.htm", "myWindow", 
"status = 1, height = 300, width = 400, resizable = 0" )
}
function myPopupJap() {
window.open( "flags_japan_logistics.htm", "myWindow", 
"status = 1, height = 300, width = 400, resizable = 0" )
}
function myPopupJap2() {
window.open( "flags_japan_logistics2.htm", "myWindow", 
"status = 1, height = 300, width = 400, resizable = 0" )
}
//-->