//<!--
function showCard(el){
var dd=new Date();
window.open(el,String(dd.getMilliseconds()),'scrollbars=yes,resizable=yes,width=550,height=560');
}
//-->

