function p(URLStr)
{
window.open(URLStr,'pop','top=50,left=100,width=800,height=600,status=0,toolbar=0,menubar=0,location=0,scrollbars=1')
}
