// Added by Neela@NS 20070125

function popWin(url, width, height) {
	var Win = window.open(url,'nspopup','width=' + width +',height=' + height + ',toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,left=10,top=10' );
}