

/* window open */
function windowopen(URL,Name,features){
window.open(URL,Name,features);
}
