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