//window open
function wo1(url) {
window.open(url,'_blank','scrollbars,resizable,menubar,toolbar,status,location');
}