<!--
function getsrcwidth(imgwidth) {	sw = screen.width;	if(sw<imgwidth+25) return sw-50; else return imgwidth+25;}

function getsrcheight(imgheight) {	sh = screen.height;
	if(sh<imgheight+20) return sh-100; else return imgheight+20;}

function popup(theURL,winName,features) {
	win=window.open(theURL,winName,features);
}
//-->