function viewmult(mult_id, width, height) {
	url = '/popup/m.php?id=' + mult_id;
	s = 'dependent=yes,height=' + height + ',width=' + width + ',location=no,menubar=no,status=no,'
		window.open(url, 'mult', s,'');
}

function viewmultp(mult_id, width, height) {
	url = '/popup/mp.php?id=' + mult_id;
	s = 'dependent=yes,height=' + height + ',width=' + width + ',location=no,menubar=no,status=no,'
		window.open(url, 'mult', s,'');
}



