function openpdp(shref,features)
{
	pdpWin = window.open(shref,"PDPsi",features);
	pdpWin.focus();
}
