﻿function sale(){
window.open("sale.php","sale",'toolbar=no, location=no,scrollbars=yes, width=1020, height=750');
}
function saleA(a){
window.open("sale.php?mesid="+a,"sale",'toolbar=no, location=no,scrollbars=yes, width=1020, height=750');
}
function links(){
window.open("./link/","links",'toolbar=no, location=no,scrollbars=yes, width=850, height=720');
}

