function popUpOffers(categoryID, type) {
	if (type == 'gld') {
		window.open('http://goldcard.visacemea.com/ukraine/gld/listPrivileges.asp?CategoryID=' + categoryID,'privileges','resizable=yes,scrollbars=yes,width=660,height=590');
	}
	else {
		window.open('http://platinumcard.visacemea.com/ukraine/plt/listPrivileges.asp?CategoryID=' + categoryID,'privileges','resizable=yes,scrollbars=yes,width=660,height=590');
	}
}