function disp(url,wh){
window.open(url, "", wh);
}

