var img_temp_arr=new Array();
var img_temp_num=0;
function img_temp(src)
{
	img_temp_num++;
	img_temp[img_temp_num]=new Image();
	img_temp[img_temp_num].src=src;
}
function popup(url, w, h)
{
	if (w==undefined) { w=850; }
	if (h==undefined) { h=600; }
	win=window.open(url, '', "height="+h+",width="+w+",scrollbars=1,resizable=1");
	win.focus();
}
function popup_win(url, w, h)
{
	if (w==undefined) { w=850; }
	if (h==undefined) { h=600; }
	win=window.open(url, '', "height="+h+",width="+w+",scrollbars=1,resizable=1");
	win.focus();
	return win;
}
function foto_big_sc (foto, foto_w, foto_h)
{
	win=window.open("foto_big.php?foto="+foto, "","height="+(foto_h*1+50)+",width="+(foto_w*1+50)+",scrollbars=1,resizable=1");
	win.focus();
}

