function mail_en(link) {
    open_window_mail("/en/home/mail/"+link);
}

function mail_fa(link) {
    open_window_mail("/fa/home/mail/"+link);
}

function print(id) {
    open_window("../home/print_news/" + id);
}

function print_index_fa() {
    open_window("fa/home/print_index");
}

function print_index_en() {
    open_window("en/home/print_index");
}

function print_about_fa() {
    open_window("../home/print_about");
}

function print_about_en() {
    open_window("../home/print_about");
}

function print_exhibitors_in_2010_fa() {
    open_window("../home/print_exhibitors_in_2010");
}

function print_exhibitors_in_2010n_en() {
    open_window("../home/print_exhibitors_in_2010");
}

function print_customers_regulation_en() {
    open_window("../home/print_customers_regulation");
}

function open_window(strUrl) {
    w = 911;
    h = 600;
    LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
    settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,resizable=yes,enabled=yes,'
    window.open(strUrl, "myWindow", settings);
}

function open_window_mail(strUrl) {
    w = 400;
    h = 600;
    LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
    TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
    settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,resizable=yes,enabled=yes,'
    window.open(strUrl, "myWindow", settings);
}
