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