function OpenPopup (c) {
window.open(c,
'window',
'width=300,height=300,scrollbars=yes,status=no');
}