/* Function: renderProductDetails; */
function renderProductDetails(prevLocation){
	intWidth = 570;
	intHeight = 474;
	
	if( document.getElementById('box') == null ){
		alert('no box');
		return false;
	}
	else{
		Lightbox.showBoxByAJAX('CountryCollection.html', intWidth, intHeight);
	}
}



