var idPhotos = null;



function swapImg(url, a, id) {


	idPhotos = id;

	document.images['big'].src = url;

	document.images['big'].alt = a;
	
	//document.getElementById('bubbly').href = h; 

}



function setIdPhotos(id) {

	idPhotos = id;

}

function popup(url, x, y) {

	url = url + '&idPhotos=' + idPhotos;

	var w = open(url,"spycameracctv", "scrollbars=0,resizable=0,border=0,width=x,height=y,location=0,menubar=0,toolbar=0" );

	w.focus();

	w.resizeTo(x,y);

	if ( w.opener == null )

		 w.opener = window;

}




function popup2(url, x, y) {

	url = url ;

	var w = open(url,"spycameracctv", "scrollbars=0,resizable=0,border=0,width=x,height=y,location=0,menubar=0,toolbar=0" );

	w.focus();

	w.resizeTo(x,y);

	if ( w.opener == null )

		 w.opener = window;

}
