// JavaScript Document


function subwin(url) {
window.open(url,'win1','width=750,height=600');
}
//
