function openwin(url, winName, stl) {
window.open(url, winName, stl);
}

function forcus() {
window.focus();
}