// JavaScript Document

function new_win_company(){
window.open('company.html','','width=500,height=800,scrollbars=yes,statas=no,toolbar=no,location=no,menubar=no,resizable=no');
}

function new_win_pp(){
window.open('policy.html','','width=500,height=800,scrollbars=yes,statas=no,toolbar=no,location=no,menubar=no,resizable=no');
}


