function OpenPopup (c) {
window.open(c,
'window',
'width=500,height=500,scrollbars=yes,status=yes,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes');
}

