

function previewE(ptdsp,wwdth,hhght){ 
previewWindow=window.open(ptdsp,"subWind", "scrollbars, width=" + wwdth + ", height=" + hhght + ", top=5, left=5") 
if (previewWindow){
previewWindow.focus()
}
else
alert('Unable to open the preview window.')
}


