


var today_date= new Date()
var myyear=today_date.getYear()
var mymonth=today_date.getMonth()+1
var mytoday=today_date.getDate()


function pagesel(selurl){
tpage=selurl
if (document.getElementById) document.getElementById("mpage").src=selurl
if (document.all) document.all.mpage.src=selurl
}

function cntct(num) 
{
var pageloc="cont.html?"+num
conts=window.open(pageloc,"contpg","resizable")

conts.resizeTo(450,650);
conts.moveTo(100,100);
conts.focus()
}
