/* Created by Group "Caramel" (SDPsM) - http://www.caramel.com.ua */

// ====================================================================================

if(parent_url)
{
	if(top.location == self.location){top.location.replace(parent_url)}
}
else
{
	if(top.location != self.location){top.location.replace(self.location)}
}

// ====================================================================================

function openPopup(id, cnt, w, h)
{
	var win = window.open('/popup.php?id=' + id + '&n=' + cnt, 'popupWindow', 'status=yes,top=100,left=100,scrollbars=yes,resizable=yes,width=' + w + ',height=' + h);
	
	return false;
}
// ====================================================================================

