// JavaScript Document
function popfull(photo,name)
{
 myleft  = 0;
 mytop   = 0;
 width = screen.availWidth-10;
 height = screen.availHeight-30;
 dbart = window.open(photo,name,"height="+height+",width="+width+",left="+myleft+",top="+mytop+",toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0");
}
function pop(){
	popfull('index2.asp');
}