
function openPopUp1(pageref)
{
var popupref =window.open("","timeline","scrollbars=no,width=600,height=400,top=50,left=100,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no");
popupref.location=pageref;
if (document.images) popupref.focus();
}

function openPopUp2(pageref)
{
var popupref =window.open("","timeline","scrollbars=no,width=420,height=400,top=30,left=85,resizable=no,toolbar=no,location=no,directories=no,status=no,menubar=no,copyhistory=no");
popupref.location=pageref;
if (document.images) popupref.focus();
}
