function makeLink(){
	if(document.all)
        window.external.AddFavorite(url,title)
}

function openWin1(source, window_name, x0, y0, addparams)
{        
	if (navigator.appName=="Netscape"){
		x = self.innerWidth;
		x1 = (x-x0)/2;
		y1 = (self.innerHeight-y0)/2;
		x = x-40;
	}
	if (navigator.appName=="Microsoft Internet Explorer"){
		x = window.screen.width;
		x1=(x-x0)/2;
		y1=(window.screen.height-y0)/2;
		x=x-40;
	}
	y = x/2;
	myWin = open(source,window_name,"height="+y0+",width="+x0+",left="+x1 + ",top=" + y1 + addparams);
}


function pgall_set_big(image_name)
{
	//alert(image_name);
	var imn = document.getElementById('img_big');
	imn.src = image_name;
	//imn.style = "width:600px;";
	//imn.style.width = "600px;";
}       



function swimg(source)
{        
	source = "image.php?name=" + source;
	myWin = open(source ,"photo_image","height=0,width=0,left=100,top=100,status=no,toolbar=no,menubar=no,fullscreen=no,resizable=no,scrollbars=no");
}

function swin(source)
{        
	myWin = open(source,"photo_image","height=0,width=0,left=10,top=10,status=no,toolbar=no,menubar=no,fullscreen=no,resizable=yes,scrollbars=yes");
}

function swin1(source,winname)
{        
	myWin = open(source,winname,"height=0,width=0,left=10,top=10,status=no,toolbar=no,menubar=no,fullscreen=no,resizable=yes,scrollbars=yes");
}


function openWin(source)
{
	addparams = ",status=no,toolbar=no,menubar=no,fullscreen=no,resizable=yes,scrollbars=yes";
	openWin1(source, 600, 400,addparams);
}
        

