$(document).ready(function() {
	$(".mc a").click(function() {
		cred = $(this).attr('id').split(':');
		id = cred[1];
		title = $(this).attr('title');
		file = cred[0];
		type = cred[2];
		p = "height=660,width=600,toolbar=no,directories=no,status=no,scrollbars=auto,resizable=no,menubar=no";
		switch (type) {
			case '2':
			case '14':
			case '25':
				hWnd=window.open('http://orderpopup.sonnerie.net/external/DrtTop/dl_NEW_ALL_v4.php?f=c_' + type + '&a=smsbilliger&type=' + type + '&id=' + id + '&son_nom=' + title + '&son_wav=' + file + '&lang=DE&c=DE',"Hwnd",p);
				break;
			case '15':
			case '24':
			case '47':
				hWnd=window.open('http://orderpopup.sonnerie.net/external/DrtTop/dl_NEW_ALL_v4.php?f=c_' + type + '&a=smsbilliger&type=' + type + '&id=' + id + '&son_nom=' + title + '&logo_image=' + file + '&lang=DE&c=DE',"Hwnd",p);
				break;
		}
		hWnd.focus();
		return false;
	});

	$(".mchelp").click(function() {
		mchelp=window.open('http://www.sonnerie.net/external/DrtTop/aide/service_tech.php?la=de&vhost=smsbilliger', "mchelp", 'height=660,width=600,toolbar=no,directories=no,status=no,scrollbars=auto,resizable=no,menubar=no');
		mchelp.focus();
		return false;
	});
});

