// JavaScript Document
function newWin(Link,h,w){
window.open(Link,'popDialog','left=0, top=0, height=' +h +', width=' +w +', scrollbars=1, status=0');
}
