function showpic( src, w, h )
{
	w += 70;
	h -= 30;
	open( src, "_blank", "directories=0,height=" + h + ",width=" + w + ",location=0,menubar=0,resizable=0,scrollbars=0,status=0,toolbar=0" );
}


