	
function GoCat() {
	var choosenCat = document.getElementById('cat');
	document.location.replace('videos/' + choosenCat.value + '.html');
}

function GetVideo(idpvid, idp, codename) {
	// WebFric
	if(idp == '1') {
		url = 'http://www.videosdesexe.com/cbm/details.php?id=' + idpvid + '&pid=erwinol&t=69RueDuSexe';
	}
	// Wendise 
	if(idp == '2') {
		url = 'http://mb.wendise.com/pdp/vid-' + idpvid + '/pid-erwinol/tid-mb69rds/' + codename + '.html';
	}
	
	winwidth = screen.availWidth - 10;
	winheight = screen.availHeight - 30;
	window.open(url, '_blank', 'scrollbars=yes, width=' + winwidth + ', height=' + winheight + ', top=0, left=0, resizable');
}
