function winopen(url,newname,propaty){
window.open(url,newname,propaty);
}
