 
<!-- POP up window -->
function pop(index)
{
window.open(index,"ciil","width=440,height=200,scrollbars=yes,resizable=no,menubar=no,toolbar=no,left=140,top=210") 
}

