// JavaScript Document

function openCardObject(op)
{

window.open ("/include/readcard.php?op="+op, "openCardObject", "height=400, width=600, top=0, left=0, toolbar=yes, menubar=no, scrollbars=yes, resizable=yes,location=no, status=no");
}
